GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfigArgs

data class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfigArgs(val recentSentencesCount: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfigArgs>

Config to process conversation.

Constructors

constructor(recentSentencesCount: Output<Int>? = null)

Properties

Link copied to clipboard
val recentSentencesCount: Output<Int>? = null

Number of recent non-small-talk sentences to use as context for article and FAQ suggestion

Functions

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