Lines Matching refs:params

64     $params = ['parent' => $parent, 'postBody' => $postBody];
65 $params = array_merge($params, $optParams);
66 return $this->call('create', [$params], GoogleCloudDialogflowCxV3Flow::class);
85 $params = ['name' => $name];
86 $params = array_merge($params, $optParams);
87 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
106 $params = ['name' => $name, 'postBody' => $postBody];
107 $params = array_merge($params, $optParams);
108 return $this->call('export', [$params], GoogleLongrunningOperation::class);
131 $params = ['name' => $name];
132 $params = array_merge($params, $optParams);
133 return $this->call('get', [$params], GoogleCloudDialogflowCxV3Flow::class);
149 $params = ['name' => $name];
150 $params = array_merge($params, $optParams);
151 …return $this->call('getValidationResult', [$params], GoogleCloudDialogflowCxV3FlowValidationResult…
173 $params = ['parent' => $parent, 'postBody' => $postBody];
174 $params = array_merge($params, $optParams);
175 return $this->call('import', [$params], GoogleLongrunningOperation::class);
203 $params = ['parent' => $parent];
204 $params = array_merge($params, $optParams);
205 return $this->call('list', [$params], GoogleCloudDialogflowCxV3ListFlowsResponse::class);
233 $params = ['name' => $name, 'postBody' => $postBody];
234 $params = array_merge($params, $optParams);
235 return $this->call('patch', [$params], GoogleCloudDialogflowCxV3Flow::class);
258 $params = ['name' => $name, 'postBody' => $postBody];
259 $params = array_merge($params, $optParams);
260 return $this->call('train', [$params], GoogleLongrunningOperation::class);
275 $params = ['name' => $name, 'postBody' => $postBody];
276 $params = array_merge($params, $optParams);
277 return $this->call('validate', [$params], GoogleCloudDialogflowCxV3FlowValidationResult::class);