Get Conversation Dataset Result
data class GetConversationDatasetResult(val conversationCount: String, val conversationInfo: GoogleCloudDialogflowV2ConversationInfoResponse, val createTime: String, val description: String, val displayName: String, val inputConfig: GoogleCloudDialogflowV2InputConfigResponse, val name: String)
Constructors
Link copied to clipboard
fun GetConversationDatasetResult(conversationCount: String, conversationInfo: GoogleCloudDialogflowV2ConversationInfoResponse, createTime: String, description: String, displayName: String, inputConfig: GoogleCloudDialogflowV2InputConfigResponse, name: String)