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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings

Returns a new instance of GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings.



456
457
458
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 456

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

Instance Attribute Details

#engineString

Corresponds to the JSON property engine

Returns:

  • (String)


454
455
456
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 454

def engine
  @engine
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



461
462
463
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 461

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