Class GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior
Inheritance
GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SearchKnowledgeDebugInfoSearchKnowledgeBehavior : IDirectResponseSchema
Properties
AnswerGenerationRewriterOn
Declaration
[JsonProperty("answerGenerationRewriterOn")]
public virtual bool? AnswerGenerationRewriterOn { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("endUserMetadataIncluded")]
public virtual bool? EndUserMetadataIncluded { get; set; }
Property Value
ThirdPartyConnectorAllowed
Declaration
[JsonProperty("thirdPartyConnectorAllowed")]
public virtual bool? ThirdPartyConnectorAllowed { get; set; }
Property Value
Implements