suggestions
suspend fun suggestions(value: Output<List<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>>)
Parameters
value
Optional. List of suggestions to include in the card.
suspend fun suggestions(vararg values: Output<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>)
suspend fun suggestions(values: List<Output<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>>)
Parameters
values
Optional. List of suggestions to include in the card.
suspend fun suggestions(argument: List<suspend GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgsBuilder.() -> Unit>)
suspend fun suggestions(vararg argument: suspend GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgsBuilder.() -> Unit)
suspend fun suggestions(argument: suspend GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgsBuilder.() -> Unit)
Parameters
argument
Optional. List of suggestions to include in the card.