
src.dialogflow.v3beta1.GetPageResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.dialogflow.v3beta1
final case class GetPageResult private(
advancedSettings: besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse,
displayName: String,
entryFulfillment: besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1FulfillmentResponse,
eventHandlers: scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1EventHandlerResponse],
form: besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1FormResponse,
knowledgeConnectorSettings: besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsResponse,
name: String,
transitionRouteGroups: scala.collection.immutable.List[String],
transitionRoutes: scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1TransitionRouteResponse]
)
object GetPageResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetPageResult] =
besom.internal.Decoder.derived[GetPageResult]
given outputOps: {} with
extension(output: besom.types.Output[GetPageResult])
def advancedSettings : besom.types.Output[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse] = output.map(_.advancedSettings)
def displayName : besom.types.Output[String] = output.map(_.displayName)
def entryFulfillment : besom.types.Output[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1FulfillmentResponse] = output.map(_.entryFulfillment)
def eventHandlers : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1EventHandlerResponse]] = output.map(_.eventHandlers)
def form : besom.types.Output[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1FormResponse] = output.map(_.form)
def knowledgeConnectorSettings : besom.types.Output[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsResponse] = output.map(_.knowledgeConnectorSettings)
def name : besom.types.Output[String] = output.map(_.name)
def transitionRouteGroups : besom.types.Output[scala.collection.immutable.List[String]] = output.map(_.transitionRouteGroups)
def transitionRoutes : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1TransitionRouteResponse]] = output.map(_.transitionRoutes)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetPageResult]])
def advancedSettings : besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse]] = output.map(_.map(_.advancedSettings))
def displayName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.displayName))
def entryFulfillment : besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1FulfillmentResponse]] = output.map(_.map(_.entryFulfillment))
def eventHandlers : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1EventHandlerResponse]]] = output.map(_.map(_.eventHandlers))
def form : besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1FormResponse]] = output.map(_.map(_.form))
def knowledgeConnectorSettings : besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsResponse]] = output.map(_.map(_.knowledgeConnectorSettings))
def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
def transitionRouteGroups : besom.types.Output[scala.Option[scala.collection.immutable.List[String]]] = output.map(_.map(_.transitionRouteGroups))
def transitionRoutes : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3beta1.outputs.GoogleCloudDialogflowCxV3beta1TransitionRouteResponse]]] = output.map(_.map(_.transitionRoutes))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy