
src.dialogflow.v3.GetEnvironmentResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.dialogflow.v3
final case class GetEnvironmentResult private(
description: String,
displayName: String,
name: String,
testCasesConfig: besom.api.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigResponse,
updateTime: String,
versionConfigs: scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3EnvironmentVersionConfigResponse],
webhookConfig: besom.api.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3EnvironmentWebhookConfigResponse
)
object GetEnvironmentResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetEnvironmentResult] =
besom.internal.Decoder.derived[GetEnvironmentResult]
given outputOps: {} with
extension(output: besom.types.Output[GetEnvironmentResult])
def description : besom.types.Output[String] = output.map(_.description)
def displayName : besom.types.Output[String] = output.map(_.displayName)
def name : besom.types.Output[String] = output.map(_.name)
def testCasesConfig : besom.types.Output[besom.api.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigResponse] = output.map(_.testCasesConfig)
def updateTime : besom.types.Output[String] = output.map(_.updateTime)
def versionConfigs : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3EnvironmentVersionConfigResponse]] = output.map(_.versionConfigs)
def webhookConfig : besom.types.Output[besom.api.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3EnvironmentWebhookConfigResponse] = output.map(_.webhookConfig)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetEnvironmentResult]])
def description : besom.types.Output[scala.Option[String]] = output.map(_.map(_.description))
def displayName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.displayName))
def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
def testCasesConfig : besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigResponse]] = output.map(_.map(_.testCasesConfig))
def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))
def versionConfigs : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3EnvironmentVersionConfigResponse]]] = output.map(_.map(_.versionConfigs))
def webhookConfig : besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3EnvironmentWebhookConfigResponse]] = output.map(_.map(_.webhookConfig))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy