Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig

Returns a new instance of GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig.



13036
13037
13038
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13036

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

Instance Attribute Details

#serviceString

Corresponds to the JSON property service

Returns:

  • (String)


13034
13035
13036
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13034

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13041
13042
13043
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13041

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