Class: Aws::SocialMessaging::Types::SendWhatsAppCallEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::SendWhatsAppCallEventInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:call_event]
Instance Attribute Summary collapse
-
#call_event ⇒ String
The call event payload to send, as a JSON blob in the format defined by the Meta calling API.
-
#meta_api_version ⇒ String
The version of the Meta Graph API to use for the request.
-
#origination_phone_number_id ⇒ String
The unique identifier of the origination phone number for the call.
Instance Attribute Details
#call_event ⇒ String
The call event payload to send, as a JSON blob in the format defined by the Meta calling API.
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_version ⇒ String
The version of the Meta Graph API to use for the request.
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_id ⇒ String
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.
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 |