Get Environment Result
data class GetEnvironmentResult(val agentVersion: String, val description: String, val fulfillment: GoogleCloudDialogflowV2FulfillmentResponse, val name: String, val state: String, val textToSpeechSettings: GoogleCloudDialogflowV2TextToSpeechSettingsResponse, val updateTime: String)
Constructors
Link copied to clipboard
fun GetEnvironmentResult(agentVersion: String, description: String, fulfillment: GoogleCloudDialogflowV2FulfillmentResponse, name: String, state: String, textToSpeechSettings: GoogleCloudDialogflowV2TextToSpeechSettingsResponse, updateTime: String)