
com.pulumi.googlenative.dialogflow.v2beta1.kotlin.outputs.GoogleCloudDialogflowV2beta1IntentMessageTextResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.dialogflow.v2beta1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
* The text response message.
* @property text Optional. The collection of the agent's responses.
*/
public data class GoogleCloudDialogflowV2beta1IntentMessageTextResponse(
public val text: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.dialogflow.v2beta1.outputs.GoogleCloudDialogflowV2beta1IntentMessageTextResponse): GoogleCloudDialogflowV2beta1IntentMessageTextResponse =
GoogleCloudDialogflowV2beta1IntentMessageTextResponse(
text = javaType.text().map({ args0 -> args0 }),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy