
src.contactcenterinsights.v1.GetPhraseMatcherArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.contactcenterinsights.v1
final case class GetPhraseMatcherArgs private(
location: besom.types.Output[String],
phraseMatcherId: besom.types.Output[String],
project: besom.types.Output[scala.Option[String]]
)
object GetPhraseMatcherArgs:
def apply(
location: besom.types.Input[String],
phraseMatcherId: besom.types.Input[String],
project: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetPhraseMatcherArgs =
new GetPhraseMatcherArgs(
location = location.asOutput(isSecret = false),
phraseMatcherId = phraseMatcherId.asOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetPhraseMatcherArgs] =
besom.internal.Encoder.derived[GetPhraseMatcherArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetPhraseMatcherArgs] =
besom.internal.ArgsEncoder.derived[GetPhraseMatcherArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy