Class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource (3.5.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

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/&lt;KnowledgeBase ID>/documents/&lt;Document ID>. Currently, at most 5 documents are supported.

Property Value
TypeDescription
RepeatedField<String>