Lines Matching refs:params

53     $params = ['parent' => $parent, 'postBody' => $postBody];
54 $params = array_merge($params, $optParams);
55 return $this->call('create', [$params], GoogleCloudDialogflowCxV3Agent::class);
67 $params = ['name' => $name];
68 $params = array_merge($params, $optParams);
69 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
87 $params = ['name' => $name, 'postBody' => $postBody];
88 $params = array_merge($params, $optParams);
89 return $this->call('export', [$params], GoogleLongrunningOperation::class);
101 $params = ['name' => $name];
102 $params = array_merge($params, $optParams);
103 return $this->call('get', [$params], GoogleCloudDialogflowCxV3Agent::class);
119 $params = ['name' => $name];
120 $params = array_merge($params, $optParams);
121 …return $this->call('getValidationResult', [$params], GoogleCloudDialogflowCxV3AgentValidationResul…
139 $params = ['parent' => $parent];
140 $params = array_merge($params, $optParams);
141 return $this->call('list', [$params], GoogleCloudDialogflowCxV3ListAgentsResponse::class);
161 $params = ['name' => $name, 'postBody' => $postBody];
162 $params = array_merge($params, $optParams);
163 return $this->call('patch', [$params], GoogleCloudDialogflowCxV3Agent::class);
187 $params = ['name' => $name, 'postBody' => $postBody];
188 $params = array_merge($params, $optParams);
189 return $this->call('restore', [$params], GoogleLongrunningOperation::class);
204 $params = ['name' => $name, 'postBody' => $postBody];
205 $params = array_merge($params, $optParams);
206 … return $this->call('validate', [$params], GoogleCloudDialogflowCxV3AgentValidationResult::class);