Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb

Overview

Dialogflow source setting.

Supported feature: DIALOGFLOW_ASSIST.

Instance Attribute Summary collapse

Instance Attribute Details

#agent::String

Returns Required. The name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project Number/ ID>/locations/<Location ID>/agent. When multiple agents are allowed in the same Dialogflow project.

Returns:

  • (::String)

    Required. The name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project Number/ ID>/locations/<Location ID>/agent. When multiple agents are allowed in the same Dialogflow project.



370
371
372
373
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 370

class DialogflowQuerySource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end