conversationModel = $conversationModel; } /** * @return string */ public function getConversationModel() { return $this->conversationModel; } /** * The resource name of the conversation model. Format: * `projects//locations//conversationModels//evaluations/` * * @param string $conversationModelEvaluation */ public function setConversationModelEvaluation($conversationModelEvaluation) { $this->conversationModelEvaluation = $conversationModelEvaluation; } /** * @return string */ public function getConversationModelEvaluation() { return $this->conversationModelEvaluation; } /** * Timestamp when the request to create conversation model was submitted. The * time is measured on server side. * * @param string $createTime */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * State of CreateConversationModel operation. * * Accepted values: STATE_UNSPECIFIED, INITIALIZING, RUNNING, CANCELLED, * SUCCEEDED, FAILED * * @param self::STATE_* $state */ public function setState($state) { $this->state = $state; } /** * @return self::STATE_* */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata');