Class GoogleCloudDialogflowV2beta1KnowledgeAnswers
Represents the result of querying a Knowledge base.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2beta1KnowledgeAnswers : IDirectResponseSchema
Properties
Answers
A list of answers from Knowledge Connector.
Declaration
[JsonProperty("answers")]
public virtual IList<GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer> Answers { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |