ProjectsLocationsAgentsEnvironmentsDeployments
class ProjectsLocationsAgentsEnvironmentsDeployments extends Resource (View source)
The "deployments" collection of methods.
Typical usage is:
 $dialogflowService = new Google\Service\Dialogflow(...);
 $deployments = $dialogflowService->projects_locations_agents_environments_deployments;Methods
                    get(string $name, array $optParams = [])
        
                                            
                
            Retrieves the specified Deployment. (deployments.get)
                    listProjectsLocationsAgentsEnvironmentsDeployments(string $parent, array $optParams = [])
        
                                            
                
            Returns the list of all deployments in the specified Environment.
Details
        
                            GoogleCloudDialogflowCxV3Deployment
    get(string $name, array $optParams = [])
        
    
    Retrieves the specified Deployment. (deployments.get)
        
                            GoogleCloudDialogflowCxV3ListDeploymentsResponse
    listProjectsLocationsAgentsEnvironmentsDeployments(string $parent, array $optParams = [])
        
    
    Returns the list of all deployments in the specified Environment.
(deployments.listProjectsLocationsAgentsEnvironmentsDeployments)