GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettingsArgs

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

Settings of suggestion trigger.

Constructors

Functions

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

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.