Get Conversation Model Result
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
constructor(articleSuggestionModelMetadata: GoogleCloudDialogflowV2ArticleSuggestionModelMetadataResponse, createTime: String, datasets: List<GoogleCloudDialogflowV2InputDatasetResponse>, displayName: String, languageCode: String, name: String, smartReplyModelMetadata: GoogleCloudDialogflowV2SmartReplyModelMetadataResponse, state: String)
Properties
Link copied to clipboard
Metadata for article suggestion models.
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
Metadata for smart reply models.