Class: Google::Cloud::Dialogflow::CX::V3::Agent::GenAppBuilderSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Agent::GenAppBuilderSettings
- 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
-
#engine ⇒ ::String
Required.
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}
.
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 |