SendVoiceMessageResponse

public struct SendVoiceMessageResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for the voice message.

    Declaration

    Swift

    public let messageId: String?
  • Undocumented

    Declaration

    Swift

    public init(messageId: String? = nil)