GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesArgs

data class GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesArgs(val quickReplies: Output<List<String>>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesArgs>

The quick replies response message.

Constructors

fun GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesArgs(quickReplies: Output<List<String>>? = null, title: Output<String>? = null)

Functions

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

Properties

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

Optional. The collection of quick replies.

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

Optional. The title of the collection of quick replies.