Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata

Returns a new instance of GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata.



1259
1260
1261
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 1259

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

Instance Attribute Details

#dialogflow_agentString

The resource name of a Dialogflow agent, that this Chat Engine refers to. Format: projects//locations//agents/. Corresponds to the JSON property dialogflowAgent

Returns:

  • (String)


1257
1258
1259
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 1257

def dialogflow_agent
  @dialogflow_agent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1264
1265
1266
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 1264

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