public sealed class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.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.DocumentQuerySourceImplements
IMessageHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDocumentQuerySource, IEquatableHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDocumentQuerySource, IDeepCloneableHumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDocumentQuerySource, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
DocumentQuerySource()
public DocumentQuerySource()
DocumentQuerySource(DocumentQuerySource)
public DocumentQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource other)
Parameter | |
---|---|
Name | Description |
other |
HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDocumentQuerySource |
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 |
RepeatedFieldstring |