Home
last modified time | relevance | path

Searched refs:GoogleCloudDialogflowCxV3QueryResult (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3FulfillIntentResponse.php28 protected $queryResultType = GoogleCloudDialogflowCxV3QueryResult::class;
64 * @param GoogleCloudDialogflowCxV3QueryResult
66 public function setQueryResult(GoogleCloudDialogflowCxV3QueryResult $queryResult)
71 * @return GoogleCloudDialogflowCxV3QueryResult
H A DGoogleCloudDialogflowCxV3DetectIntentResponse.php32 protected $queryResultType = GoogleCloudDialogflowCxV3QueryResult::class;
86 * @param GoogleCloudDialogflowCxV3QueryResult
88 public function setQueryResult(GoogleCloudDialogflowCxV3QueryResult $queryResult)
93 * @return GoogleCloudDialogflowCxV3QueryResult
H A DGoogleCloudDialogflowCxV3QueryResult.php20 class GoogleCloudDialogflowCxV3QueryResult extends \Google\Collection class
301 class_alias(GoogleCloudDialogflowCxV3QueryResult::class, 'Google_Service_Dialogflow_GoogleCloudDial…