Lines Matching full:environment
39 * Creates an Environment in the specified Agent. This method is a [long-running
44 * Environment (environments.create)
46 * @param string $parent Required. The Agent to create an Environment for.
59 * Deletes the specified Environment. (environments.delete)
61 * @param string $name Required. The name of the Environment to delete. Format:
73 * Deploys a flow to the specified Environment. This method is a [long-running
79 * @param string $environment Required. The environment to deploy the flow to.
85 …public function deployFlow($environment, GoogleCloudDialogflowCxV3DeployFlowRequest $postBody, $op… argument
87 $params = ['environment' => $environment, 'postBody' => $postBody];
92 * Retrieves the specified Environment. (environments.get)
94 * @param string $name Required. The name of the Environment. Format:
126 * Looks up the history of the specified Environment.
129 * @param string $name Required. Resource name of the environment to look up the
146 * Updates the specified Environment. This method is a [long-running
151 * Environment (environments.patch)
153 * @param string $name The name of the environment. Format:
169 * Kicks off a continuous test under the specified Environment. This method is a
175 * @param string $environment Required. Format:
181 …public function runContinuousTest($environment, GoogleCloudDialogflowCxV3RunContinuousTestRequest … argument
183 $params = ['environment' => $environment, 'postBody' => $postBody];