Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior

Inheritance
object
GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1KnowledgeAssistDebugInfoKnowledgeAssistBehavior : IDirectResponseSchema

Properties

AnswerGenerationRewriterOn

Declaration
[JsonProperty("answerGenerationRewriterOn")]
public virtual bool? AnswerGenerationRewriterOn { get; set; }
Property Value
Type Description
bool?

AppendedSearchContextCount

Declaration
[JsonProperty("appendedSearchContextCount")]
public virtual int? AppendedSearchContextCount { get; set; }
Property Value
Type Description
int?

ConversationTranscriptHasMixedLanguages

Declaration
[JsonProperty("conversationTranscriptHasMixedLanguages")]
public virtual bool? ConversationTranscriptHasMixedLanguages { get; set; }
Property Value
Type Description
bool?

DisableSyncDelivery

Declaration
[JsonProperty("disableSyncDelivery")]
public virtual bool? DisableSyncDelivery { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndUserMetadataIncluded

Declaration
[JsonProperty("endUserMetadataIncluded")]
public virtual bool? EndUserMetadataIncluded { get; set; }
Property Value
Type Description
bool?

InvalidItemsQuerySuggestionSkipped

Declaration
[JsonProperty("invalidItemsQuerySuggestionSkipped")]
public virtual bool? InvalidItemsQuerySuggestionSkipped { get; set; }
Property Value
Type Description
bool?

MultipleQueriesGenerated

Declaration
[JsonProperty("multipleQueriesGenerated")]
public virtual bool? MultipleQueriesGenerated { get; set; }
Property Value
Type Description
bool?

PreviousQueriesIncluded

Declaration
[JsonProperty("previousQueriesIncluded")]
public virtual bool? PreviousQueriesIncluded { get; set; }
Property Value
Type Description
bool?

PrimaryQueryRedactedAndReplaced

Declaration
[JsonProperty("primaryQueryRedactedAndReplaced")]
public virtual bool? PrimaryQueryRedactedAndReplaced { get; set; }
Property Value
Type Description
bool?

QueryContainedSearchContext

Declaration
[JsonProperty("queryContainedSearchContext")]
public virtual bool? QueryContainedSearchContext { get; set; }
Property Value
Type Description
bool?

QueryGenerationAgentLanguageMismatch

Declaration
[JsonProperty("queryGenerationAgentLanguageMismatch")]
public virtual bool? QueryGenerationAgentLanguageMismatch { get; set; }
Property Value
Type Description
bool?

QueryGenerationEndUserLanguageMismatch

Declaration
[JsonProperty("queryGenerationEndUserLanguageMismatch")]
public virtual bool? QueryGenerationEndUserLanguageMismatch { get; set; }
Property Value
Type Description
bool?

ReturnQueryOnly

Declaration
[JsonProperty("returnQueryOnly")]
public virtual bool? ReturnQueryOnly { get; set; }
Property Value
Type Description
bool?

ThirdPartyConnectorAllowed

Declaration
[JsonProperty("thirdPartyConnectorAllowed")]
public virtual bool? ThirdPartyConnectorAllowed { get; set; }
Property Value
Type Description
bool?

UseCustomSafetyFilterLevel

Declaration
[JsonProperty("useCustomSafetyFilterLevel")]
public virtual bool? UseCustomSafetyFilterLevel { get; set; }
Property Value
Type Description
bool?

UsePubsubDelivery

Declaration
[JsonProperty("usePubsubDelivery")]
public virtual bool? UsePubsubDelivery { get; set; }
Property Value
Type Description
bool?

UseTranslatedMessage

Declaration
[JsonProperty("useTranslatedMessage")]
public virtual bool? UseTranslatedMessage { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX