SendEventRequest

public struct SendEventRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Swift

    public let clientToken: String?
  • The authentication token associated with the participant’s connection.

    Declaration

    Swift

    public let connectionToken: String
  • The content of the event to be sent (for example, message text). This is not yet supported.

    Declaration

    Swift

    public let content: String?
  • The content type of the request. Supported types are: application/vnd.amazonaws.connect.event.typing application/vnd.amazonaws.connect.event.connection.acknowledged

    Declaration

    Swift

    public let contentType: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = SendEventRequest.idempotencyToken(), connectionToken: String, content: String? = nil, contentType: String)
  • Declaration

    Swift

    public func validate(name: String) throws