All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.dialogflow.v2.kotlin.outputs.GoogleCloudDialogflowV2IntentMessageSuggestionsResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.dialogflow.v2.kotlin.outputs

import kotlin.Suppress
import kotlin.collections.List

/**
 * The collection of suggestions.
 * @property suggestions The list of suggested replies.
 */
public data class GoogleCloudDialogflowV2IntentMessageSuggestionsResponse(
    public val suggestions: List,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2IntentMessageSuggestionsResponse): GoogleCloudDialogflowV2IntentMessageSuggestionsResponse =
            GoogleCloudDialogflowV2IntentMessageSuggestionsResponse(
                suggestions = javaType.suggestions().map({ args0 ->
                    args0.let({ args0 ->
                        com.pulumi.googlenative.dialogflow.v2.kotlin.outputs.GoogleCloudDialogflowV2IntentMessageSuggestionResponse.Companion.toKotlin(args0)
                    })
                }),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy