currentPage = $currentPage; } /** * @return GoogleCloudDialogflowCxV3Page */ public function getCurrentPage() { return $this->currentPage; } /** * @param array[] */ public function setDiagnosticInfo($diagnosticInfo) { $this->diagnosticInfo = $diagnosticInfo; } /** * @return array[] */ public function getDiagnosticInfo() { return $this->diagnosticInfo; } /** * @param GoogleCloudDialogflowCxV3TestRunDifference[] */ public function setDifferences($differences) { $this->differences = $differences; } /** * @return GoogleCloudDialogflowCxV3TestRunDifference[] */ public function getDifferences() { return $this->differences; } /** * @param array[] */ public function setSessionParameters($sessionParameters) { $this->sessionParameters = $sessionParameters; } /** * @return array[] */ public function getSessionParameters() { return $this->sessionParameters; } /** * @param GoogleRpcStatus */ public function setStatus(GoogleRpcStatus $status) { $this->status = $status; } /** * @return GoogleRpcStatus */ public function getStatus() { return $this->status; } /** * @param GoogleCloudDialogflowCxV3ResponseMessageText[] */ public function setTextResponses($textResponses) { $this->textResponses = $textResponses; } /** * @return GoogleCloudDialogflowCxV3ResponseMessageText[] */ public function getTextResponses() { return $this->textResponses; } /** * @param GoogleCloudDialogflowCxV3Intent */ public function setTriggeredIntent(GoogleCloudDialogflowCxV3Intent $triggeredIntent) { $this->triggeredIntent = $triggeredIntent; } /** * @return GoogleCloudDialogflowCxV3Intent */ public function getTriggeredIntent() { return $this->triggeredIntent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput');