Class: Google::Cloud::Dialogflow::CX::V3::Agent::GenAppBuilderSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/agent.rb

Overview

Settings for Gen App Builder.

Instance Attribute Summary collapse

Instance Attribute Details

#engine::String

Returns 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}.

Returns:

  • (::String)

    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}



185
186
187
188
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 185

class GenAppBuilderSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end