Class: Aws::SocialMessaging::Types::SendWhatsAppCallEventInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:call_event]

Instance Attribute Summary collapse

Instance Attribute Details

#call_eventString

The call event payload to send, as a JSON blob in the format defined by the Meta calling API.

Returns:

  • (String)


1887
1888
1889
1890
1891
1892
1893
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1887

class SendWhatsAppCallEventInput < Struct.new(
  :origination_phone_number_id,
  :meta_api_version,
  :call_event)
  SENSITIVE = [:call_event]
  include Aws::Structure
end

#meta_api_versionString

The version of the Meta Graph API to use for the request.

Returns:

  • (String)


1887
1888
1889
1890
1891
1892
1893
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1887

class SendWhatsAppCallEventInput < Struct.new(
  :origination_phone_number_id,
  :meta_api_version,
  :call_event)
  SENSITIVE = [:call_event]
  include Aws::Structure
end

#origination_phone_number_idString

The unique identifier of the origination phone number for the call. The phone number identifiers are formatted as phone-number-id-01234567890123456789012345678901. Use GetLinkedWhatsAppBusinessAccount to find a phone number's ID.

Returns:

  • (String)


1887
1888
1889
1890
1891
1892
1893
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1887

class SendWhatsAppCallEventInput < Struct.new(
  :origination_phone_number_id,
  :meta_api_version,
  :call_event)
  SENSITIVE = [:call_event]
  include Aws::Structure
end