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

src.dialogflow.v3.PageArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.dialogflow.v3

final case class PageArgs private(
  advancedSettings: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs]],
  agentId: besom.types.Output[String],
  displayName: besom.types.Output[String],
  entryFulfillment: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3FulfillmentArgs]],
  eventHandlers: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3EventHandlerArgs]]],
  flowId: besom.types.Output[String],
  form: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3FormArgs]],
  knowledgeConnectorSettings: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs]],
  languageCode: besom.types.Output[scala.Option[String]],
  location: besom.types.Output[scala.Option[String]],
  name: besom.types.Output[scala.Option[String]],
  project: besom.types.Output[scala.Option[String]],
  transitionRouteGroups: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]],
  transitionRoutes: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3TransitionRouteArgs]]]
)

object PageArgs:
  def apply(
    advancedSettings: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs] = scala.None,
    agentId: besom.types.Input[String],
    displayName: besom.types.Input[String],
    entryFulfillment: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3FulfillmentArgs] = scala.None,
    eventHandlers: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3EventHandlerArgs]]] = scala.None,
    flowId: besom.types.Input[String],
    form: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3FormArgs] = scala.None,
    knowledgeConnectorSettings: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs] = scala.None,
    languageCode: besom.types.Input.Optional[String] = scala.None,
    location: besom.types.Input.Optional[String] = scala.None,
    name: besom.types.Input.Optional[String] = scala.None,
    project: besom.types.Input.Optional[String] = scala.None,
    transitionRouteGroups: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None,
    transitionRoutes: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.dialogflow.v3.inputs.GoogleCloudDialogflowCxV3TransitionRouteArgs]]] = scala.None
  )(using besom.types.Context): PageArgs =
    new PageArgs(
      advancedSettings = advancedSettings.asOptionOutput(isSecret = false),
      agentId = agentId.asOutput(isSecret = false),
      displayName = displayName.asOutput(isSecret = false),
      entryFulfillment = entryFulfillment.asOptionOutput(isSecret = false),
      eventHandlers = eventHandlers.asOptionOutput(isSecret = false),
      flowId = flowId.asOutput(isSecret = false),
      form = form.asOptionOutput(isSecret = false),
      knowledgeConnectorSettings = knowledgeConnectorSettings.asOptionOutput(isSecret = false),
      languageCode = languageCode.asOptionOutput(isSecret = false),
      location = location.asOptionOutput(isSecret = false),
      name = name.asOptionOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false),
      transitionRouteGroups = transitionRouteGroups.asOptionOutput(isSecret = false),
      transitionRoutes = transitionRoutes.asOptionOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[PageArgs] =
    besom.internal.Encoder.derived[PageArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[PageArgs] =
    besom.internal.ArgsEncoder.derived[PageArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy