Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig

Returns a new instance of GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig.



8314
8315
8316
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8314

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

Instance Attribute Details

#serviceString

Corresponds to the JSON property service

Returns:

  • (String)


8312
8313
8314
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8312

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8319
8320
8321
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8319

def update!(**args)
  @service = args[:service] if args.key?(:service)
end