Class GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior
Inheritance
GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SearchKnowledgeDebugInfoSearchKnowledgeBehavior : 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