Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo

Returns a new instance of GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo.



12825
12826
12827
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12825

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dialed_numberString

Corresponds to the JSON property dialedNumber

Returns:

  • (String)


12808
12809
12810
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12808

def dialed_number
  @dialed_number
end

#extra_mime_contentsArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent>

Corresponds to the JSON property extraMimeContents



12813
12814
12815
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12813

def extra_mime_contents
  @extra_mime_contents
end

#sdpString

Corresponds to the JSON property sdp

Returns:

  • (String)


12818
12819
12820
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12818

def sdp
  @sdp
end

#sip_headersArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader>

Corresponds to the JSON property sipHeaders



12823
12824
12825
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12823

def sip_headers
  @sip_headers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12830
12831
12832
12833
12834
12835
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12830

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