GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReplyArgs

data class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReplyArgs(val postbackData: Output<String>? = null, val text: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReplyArgs>

Rich Business Messaging (RBM) suggested reply that the user can click instead of typing in their own response.

Constructors

Functions

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

Properties

Link copied to clipboard
val postbackData: Output<String>? = null

Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.

Link copied to clipboard
val text: Output<String>? = null

Suggested reply text.