Class: Google::Cloud::DiscoveryEngine::V1beta::Engine::ChatEngineMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Engine::ChatEngineMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/engine.rb
Overview
Additional information of a Chat Engine. Fields in this message are output only.
Instance Attribute Summary collapse
-
#dialogflow_agent ⇒ ::String
The resource name of a Dialogflow agent, that this Chat Engine refers to.
Instance Attribute Details
#dialogflow_agent ⇒ ::String
Returns The resource name of a Dialogflow agent, that this Chat Engine refers to.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>
.
211 212 213 214 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 211 class ChatEngineMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |