Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata
constructor
A new instance of GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata
Returns a new instance of GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata.
5212 5213 5214 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5212 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dialogflow_agent ⇒ String
The resource name of a Dialogflow agent, that this Chat Engine refers to.
Format: projects//locations//agents/.
Corresponds to the JSON property dialogflowAgent
5210 5211 5212 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5210 def dialogflow_agent @dialogflow_agent end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5217 5218 5219 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5217 def update!(**args) @dialogflow_agent = args[:dialogflow_agent] if args.key?(:dialogflow_agent) end |