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

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.DocumentQuerySource

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

DocumentQuerySource()

public DocumentQuerySource()

DocumentQuerySource(DocumentQuerySource)

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

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
RepeatedFieldstring