Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#dialed_number ⇒ String
Corresponds to the JSON property
dialedNumber. -
#extra_mime_contents ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent>
Corresponds to the JSON property
extraMimeContents. -
#sdp ⇒ String
Corresponds to the JSON property
sdp. -
#sip_headers ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader>
Corresponds to the JSON property
sipHeaders.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo
constructor
A new instance of GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo
Returns a new instance of GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo.
12762 12763 12764 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12762 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dialed_number ⇒ String
Corresponds to the JSON property dialedNumber
12745 12746 12747 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12745 def dialed_number @dialed_number end |
#extra_mime_contents ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent>
Corresponds to the JSON property extraMimeContents
12750 12751 12752 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12750 def extra_mime_contents @extra_mime_contents end |
#sdp ⇒ String
Corresponds to the JSON property sdp
12755 12756 12757 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12755 def sdp @sdp end |
#sip_headers ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader>
Corresponds to the JSON property sipHeaders
12760 12761 12762 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12760 def sip_headers @sip_headers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12767 12768 12769 12770 12771 12772 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12767 def update!(**args) @dialed_number = args[:dialed_number] if args.key?(:dialed_number) @extra_mime_contents = args[:extra_mime_contents] if args.key?(:extra_mime_contents) @sdp = args[:sdp] if args.key?(:sdp) @sip_headers = args[:sip_headers] if args.key?(:sip_headers) end |