Home
last modified time | relevance | path

Searched refs:queryInput (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3MatchIntentRequest.php30 public function setQueryInput(GoogleCloudDialogflowCxV3QueryInput $queryInput) argument
32 $this->queryInput = $queryInput;
39 return $this->queryInput;
H A DGoogleCloudDialogflowCxV3DetectIntentRequest.php46 public function setQueryInput(GoogleCloudDialogflowCxV3QueryInput $queryInput) argument
48 $this->queryInput = $queryInput;
55 return $this->queryInput;