Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings

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

Overview

Settings for Gen App Builder.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings

Returns a new instance of GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings.



313
314
315
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 313

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

Instance Attribute Details

#engineString

Required. The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/Project ID/locations/Location ID/ collections/Collection ID/engines/Engine ID` Corresponds to the JSON propertyengine`

Returns:

  • (String)


311
312
313
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 311

def engine
  @engine
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



318
319
320
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 318

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