Google Cloud Dialogflow v2 API - Class KnowledgeAssistDebugInfo.Types.KnowledgeAssistBehavior (4.29.0)

public sealed class KnowledgeAssistDebugInfo.Types.KnowledgeAssistBehavior : IMessage<KnowledgeAssistDebugInfo.Types.KnowledgeAssistBehavior>, IEquatable<KnowledgeAssistDebugInfo.Types.KnowledgeAssistBehavior>, IDeepCloneable<KnowledgeAssistDebugInfo.Types.KnowledgeAssistBehavior>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class KnowledgeAssistDebugInfo.Types.KnowledgeAssistBehavior.

Configured behaviors for Knowedge Assist.

Inheritance

object > KnowledgeAssistDebugInfo.Types.KnowledgeAssistBehavior

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

KnowledgeAssistBehavior()

public KnowledgeAssistBehavior()

KnowledgeAssistBehavior(KnowledgeAssistBehavior)

public KnowledgeAssistBehavior(KnowledgeAssistDebugInfo.Types.KnowledgeAssistBehavior other)
Parameter
Name Description
other KnowledgeAssistDebugInfoTypesKnowledgeAssistBehavior

Properties

AnswerGenerationRewriterOn

public bool AnswerGenerationRewriterOn { get; set; }

Whether data store agent rewriter was turned off for the request.

Property Value
Type Description
bool

AppendedSearchContextCount

public int AppendedSearchContextCount { get; set; }

The number of search contexts appended to the query.

Property Value
Type Description
int

ConversationTranscriptHasMixedLanguages

public bool ConversationTranscriptHasMixedLanguages { get; set; }

Conversation transcript has mixed languages.

Property Value
Type Description
bool

DisableSyncDelivery

public bool DisableSyncDelivery { get; set; }

Whether customers configured to disable the synchronous delivery of Knowedge Assist response.

Property Value
Type Description
bool

EndUserMetadataIncluded

public bool EndUserMetadataIncluded { get; set; }

Whether end_user_metadata is included in the data store agent call.

Property Value
Type Description
bool

InvalidItemsQuerySuggestionSkipped

public bool InvalidItemsQuerySuggestionSkipped { get; set; }

Indicates that invalid items were skipped when parsing the LLM response.

Property Value
Type Description
bool

MultipleQueriesGenerated

public bool MultipleQueriesGenerated { get; set; }

Indicates that the query generation model generated multiple queries.

Property Value
Type Description
bool

PreviousQueriesIncluded

public bool PreviousQueriesIncluded { get; set; }

Whether previously suggested queries are included in the query generation process.

Property Value
Type Description
bool

PrimaryQueryRedactedAndReplaced

public bool PrimaryQueryRedactedAndReplaced { get; set; }

True if the primary suggested query was redacted and replaced by an additional query.

Property Value
Type Description
bool

QueryContainedSearchContext

public bool QueryContainedSearchContext { get; set; }

Indicates that the generated query contains search context.

Property Value
Type Description
bool

QueryGenerationAgentLanguageMismatch

public bool QueryGenerationAgentLanguageMismatch { get; set; }

Whether the agent language from the translation generator mismatches the end-user language.

Property Value
Type Description
bool

QueryGenerationEndUserLanguageMismatch

public bool QueryGenerationEndUserLanguageMismatch { get; set; }

Whether the end-user language from the translation generator mismatches the end-user language.

Property Value
Type Description
bool

ReturnQueryOnly

public bool ReturnQueryOnly { get; set; }

Whether customers configured to return query only in the conversation profile.

Property Value
Type Description
bool

ThirdPartyConnectorAllowed

public bool ThirdPartyConnectorAllowed { get; set; }

This field indicates whether third party connectors are enabled for the project

Property Value
Type Description
bool

UseCustomSafetyFilterLevel

public bool UseCustomSafetyFilterLevel { get; set; }

Safety filter is adjusted by user.

Property Value
Type Description
bool

UsePubsubDelivery

public bool UsePubsubDelivery { get; set; }

Whether customers configured to use pubsub to deliver.

Property Value
Type Description
bool

UseTranslatedMessage

public bool UseTranslatedMessage { get; set; }

Translated message is included in query generation process.

Property Value
Type Description
bool