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

src.dialogflow.v2.ConversationProfileArgs.scala Maven / Gradle / Ivy

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

final case class ConversationProfileArgs private(
  automatedAgentConfig: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2AutomatedAgentConfigArgs]],
  displayName: besom.types.Output[String],
  humanAgentAssistantConfig: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2HumanAgentAssistantConfigArgs]],
  humanAgentHandoffConfig: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2HumanAgentHandoffConfigArgs]],
  languageCode: besom.types.Output[scala.Option[String]],
  location: besom.types.Output[scala.Option[String]],
  loggingConfig: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2LoggingConfigArgs]],
  name: besom.types.Output[scala.Option[String]],
  newMessageEventNotificationConfig: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2NotificationConfigArgs]],
  notificationConfig: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2NotificationConfigArgs]],
  project: besom.types.Output[scala.Option[String]],
  securitySettings: besom.types.Output[scala.Option[String]],
  sttConfig: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2SpeechToTextConfigArgs]],
  timeZone: besom.types.Output[scala.Option[String]],
  ttsConfig: besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2SynthesizeSpeechConfigArgs]]
)

object ConversationProfileArgs:
  def apply(
    automatedAgentConfig: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2AutomatedAgentConfigArgs] = scala.None,
    displayName: besom.types.Input[String],
    humanAgentAssistantConfig: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2HumanAgentAssistantConfigArgs] = scala.None,
    humanAgentHandoffConfig: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2HumanAgentHandoffConfigArgs] = scala.None,
    languageCode: besom.types.Input.Optional[String] = scala.None,
    location: besom.types.Input.Optional[String] = scala.None,
    loggingConfig: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2LoggingConfigArgs] = scala.None,
    name: besom.types.Input.Optional[String] = scala.None,
    newMessageEventNotificationConfig: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2NotificationConfigArgs] = scala.None,
    notificationConfig: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2NotificationConfigArgs] = scala.None,
    project: besom.types.Input.Optional[String] = scala.None,
    securitySettings: besom.types.Input.Optional[String] = scala.None,
    sttConfig: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2SpeechToTextConfigArgs] = scala.None,
    timeZone: besom.types.Input.Optional[String] = scala.None,
    ttsConfig: besom.types.Input.Optional[besom.api.googlenative.dialogflow.v2.inputs.GoogleCloudDialogflowV2SynthesizeSpeechConfigArgs] = scala.None
  )(using besom.types.Context): ConversationProfileArgs =
    new ConversationProfileArgs(
      automatedAgentConfig = automatedAgentConfig.asOptionOutput(isSecret = false),
      displayName = displayName.asOutput(isSecret = false),
      humanAgentAssistantConfig = humanAgentAssistantConfig.asOptionOutput(isSecret = false),
      humanAgentHandoffConfig = humanAgentHandoffConfig.asOptionOutput(isSecret = false),
      languageCode = languageCode.asOptionOutput(isSecret = false),
      location = location.asOptionOutput(isSecret = false),
      loggingConfig = loggingConfig.asOptionOutput(isSecret = false),
      name = name.asOptionOutput(isSecret = false),
      newMessageEventNotificationConfig = newMessageEventNotificationConfig.asOptionOutput(isSecret = false),
      notificationConfig = notificationConfig.asOptionOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false),
      securitySettings = securitySettings.asOptionOutput(isSecret = false),
      sttConfig = sttConfig.asOptionOutput(isSecret = false),
      timeZone = timeZone.asOptionOutput(isSecret = false),
      ttsConfig = ttsConfig.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy