Class GoogleCloudDialogflowV2beta1SearchKnowledgeResponse
Inheritance
GoogleCloudDialogflowV2beta1SearchKnowledgeResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SearchKnowledgeResponse : IDirectResponseSchema
Properties
Answers
Declaration
[JsonProperty("answers")]
public virtual IList<GoogleCloudDialogflowV2beta1SearchKnowledgeAnswer> Answers { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
RewrittenQuery
Declaration
[JsonProperty("rewrittenQuery")]
public virtual string RewrittenQuery { get; set; }
Property Value
SearchKnowledgeDebugInfo
Declaration
[JsonProperty("searchKnowledgeDebugInfo")]
public virtual GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfo SearchKnowledgeDebugInfo { get; set; }
Property Value
Implements