
src.dialogflow.v2.GetConversationModelResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.dialogflow.v2
final case class GetConversationModelResult private(
articleSuggestionModelMetadata: besom.api.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2ArticleSuggestionModelMetadataResponse,
createTime: String,
datasets: scala.collection.immutable.List[besom.api.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2InputDatasetResponse],
displayName: String,
languageCode: String,
name: String,
smartReplyModelMetadata: besom.api.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2SmartReplyModelMetadataResponse,
state: String
)
object GetConversationModelResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetConversationModelResult] =
besom.internal.Decoder.derived[GetConversationModelResult]
given outputOps: {} with
extension(output: besom.types.Output[GetConversationModelResult])
def articleSuggestionModelMetadata : besom.types.Output[besom.api.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2ArticleSuggestionModelMetadataResponse] = output.map(_.articleSuggestionModelMetadata)
def createTime : besom.types.Output[String] = output.map(_.createTime)
def datasets : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2InputDatasetResponse]] = output.map(_.datasets)
def displayName : besom.types.Output[String] = output.map(_.displayName)
def languageCode : besom.types.Output[String] = output.map(_.languageCode)
def name : besom.types.Output[String] = output.map(_.name)
def smartReplyModelMetadata : besom.types.Output[besom.api.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2SmartReplyModelMetadataResponse] = output.map(_.smartReplyModelMetadata)
def state : besom.types.Output[String] = output.map(_.state)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetConversationModelResult]])
def articleSuggestionModelMetadata : besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2ArticleSuggestionModelMetadataResponse]] = output.map(_.map(_.articleSuggestionModelMetadata))
def createTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.createTime))
def datasets : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2InputDatasetResponse]]] = output.map(_.map(_.datasets))
def displayName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.displayName))
def languageCode : besom.types.Output[scala.Option[String]] = output.map(_.map(_.languageCode))
def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
def smartReplyModelMetadata : besom.types.Output[scala.Option[besom.api.googlenative.dialogflow.v2.outputs.GoogleCloudDialogflowV2SmartReplyModelMetadataResponse]] = output.map(_.map(_.smartReplyModelMetadata))
def state : besom.types.Output[scala.Option[String]] = output.map(_.map(_.state))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy