GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsArgs

data class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsArgs(val noSmalltalk: Output<Boolean>? = null, val onlyEndUser: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsArgs>

Settings of suggestion trigger.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsArgs

Properties

Link copied to clipboard
val noSmalltalk: Output<Boolean>? = null

Do not trigger if last utterance is small talk.

Link copied to clipboard
val onlyEndUser: Output<Boolean>? = null

Only trigger suggestion if participant role of last utterance is END_USER.