Google Cloud Dialogflow v2 API - Class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource (4.7.0)

public sealed class DocumentQuerySource : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource.

Document source settings.

Supported features: SMART_REPLY, SMART_COMPOSE.

Inheritance

Object > HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

DocumentQuerySource()

public DocumentQuerySource()

DocumentQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource)

public DocumentQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource other)
Parameter
NameDescription
otherHumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource

Properties

Documents

public RepeatedField<string> Documents { get; }

Required. Knowledge documents to query from. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<KnowledgeBase ID>/documents/<Document ID>. Currently, at most 5 documents are supported.

Property Value
TypeDescription
RepeatedField<String>