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
fun GetConversationModelResult(articleSuggestionModelMetadata: GoogleCloudDialogflowV2ArticleSuggestionModelMetadataResponse, createTime: String, datasets: List<GoogleCloudDialogflowV2InputDatasetResponse>, displayName: String, languageCode: String, name: String, smartReplyModelMetadata: GoogleCloudDialogflowV2SmartReplyModelMetadataResponse, state: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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".