Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/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) ⇒ GoogleCloudDiscoveryengineV1EngineChatEngineMetadata

Returns a new instance of GoogleCloudDiscoveryengineV1EngineChatEngineMetadata.



875
876
877
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 875

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)


873
874
875
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 873

def dialogflow_agent
  @dialogflow_agent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



880
881
882
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 880

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