GetConversationModelResult

data class GetConversationModelResult(val articleSuggestionModelMetadata: GoogleCloudDialogflowV2ArticleSuggestionModelMetadataResponse, val createTime: String, val datasets: List<GoogleCloudDialogflowV2InputDatasetResponse>, val displayName: String, val languageCode: String, val name: String, val smartReplyModelMetadata: GoogleCloudDialogflowV2SmartReplyModelMetadataResponse, val state: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time of this model.

Link copied to clipboard

Datasets used to create model.

Link copied to clipboard

The display name of the model. At most 64 bytes long.

Link copied to clipboard

Language code for the conversation model. If not specified, the language is en-US. Language at ConversationModel should be set for all non en-us languages. This should be a BCP-47 language tag. Example: "en-US".

Link copied to clipboard

ConversationModel resource name. Format: projects//conversationModels/

Link copied to clipboard

State of the model. A model can only serve prediction requests after it gets deployed.