Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SipTrunk

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) ⇒ GoogleCloudDialogflowV2beta1SipTrunk

Returns a new instance of GoogleCloudDialogflowV2beta1SipTrunk.



19966
19967
19968
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19966

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

Instance Attribute Details

#connectionsArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Connection>

Corresponds to the JSON property connections



19949
19950
19951
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19949

def connections
  @connections
end

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


19954
19955
19956
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19954

def display_name
  @display_name
end

#expected_hostnameArray<String>

Corresponds to the JSON property expectedHostname

Returns:

  • (Array<String>)


19959
19960
19961
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19959

def expected_hostname
  @expected_hostname
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


19964
19965
19966
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19964

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19971
19972
19973
19974
19975
19976
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19971

def update!(**args)
  @connections = args[:connections] if args.key?(:connections)
  @display_name = args[:display_name] if args.key?(:display_name)
  @expected_hostname = args[:expected_hostname] if args.key?(:expected_hostname)
  @name = args[:name] if args.key?(:name)
end