public sealed class DocumentQuerySource : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IBufferMessage, IMessageDocument source settings.
Supported features: SMART_REPLY, SMART_COMPOSE.
Inheritance
Object > HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySourceImplements
IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
DocumentQuerySource()
public DocumentQuerySource()DocumentQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource)
public DocumentQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource other)| Parameter | |
|---|---|
| Name | Description |
other |
HumanAgentAssistantConfig.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 | |
|---|---|
| Type | Description |
RepeatedField<String> |
|