Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo

Returns a new instance of GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo.



8822
8823
8824
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8822

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

Instance Attribute Details

#dialed_numberString

Corresponds to the JSON property dialedNumber

Returns:

  • (String)


8805
8806
8807
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8805

def dialed_number
  @dialed_number
end

#extra_mime_contentsArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent>

Corresponds to the JSON property extraMimeContents



8810
8811
8812
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8810

def extra_mime_contents
  @extra_mime_contents
end

#sdpString

Corresponds to the JSON property sdp

Returns:

  • (String)


8815
8816
8817
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8815

def sdp
  @sdp
end

#sip_headersArray<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader>

Corresponds to the JSON property sipHeaders



8820
8821
8822
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8820

def sip_headers
  @sip_headers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8827
8828
8829
8830
8831
8832
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8827

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