Home
last modified time | relevance | path

Searched refs:responseId (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2WebhookRequest.php29 public $responseId; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2WebhookRequest
66 public function setResponseId($responseId) argument
68 $this->responseId = $responseId;
75 return $this->responseId;
H A DGoogleCloudDialogflowCxV3FulfillIntentResponse.php33 public $responseId; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3FulfillIntentResponse
80 public function setResponseId($responseId) argument
82 $this->responseId = $responseId;
89 return $this->responseId;
H A DGoogleCloudDialogflowV2beta1WebhookRequest.php32 public $responseId; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1WebhookRequest
83 public function setResponseId($responseId) argument
85 $this->responseId = $responseId;
92 return $this->responseId;
H A DGoogleCloudDialogflowCxV3DetectIntentResponse.php37 public $responseId; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3DetectIntentResponse
102 public function setResponseId($responseId) argument
104 $this->responseId = $responseId;
111 return $this->responseId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFormResponse.php43 public $responseId; variable in Google\\Service\\Forms\\FormResponse
119 public function setResponseId($responseId) argument
121 $this->responseId = $responseId;
128 return $this->responseId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/Resource/
H A DFormsResponses.php37 * @param string $responseId Required. The response ID within the form.
41 public function get($formId, $responseId, $optParams = []) argument
43 $params = ['formId' => $formId, 'responseId' => $responseId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DForms.php117 'path' => 'v1/forms/{formId}/responses/{responseId}',
125 'responseId' => [