target.apidocs.com.google.api.services.dialogflow.v3.Dialogflow.Projects.Locations.Agents.Environments.Deployments.html Maven / Gradle / Ivy
The newest version!
Dialogflow.Projects.Locations.Agents.Environments.Deployments (Dialogflow API v3-rev20240617-2.0.0)
com.google.api.services.dialogflow.v3
Class Dialogflow.Projects.Locations.Agents.Environments.Deployments
- java.lang.Object
-
- com.google.api.services.dialogflow.v3.Dialogflow.Projects.Locations.Agents.Environments.Deployments
-
- Enclosing class:
- Dialogflow.Projects.Locations.Agents.Environments
public class Dialogflow.Projects.Locations.Agents.Environments.Deployments
extends Object
The "deployments" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Dialogflow.Projects.Locations.Agents.Environments.Deployments.Get
class
Dialogflow.Projects.Locations.Agents.Environments.Deployments.List
-
Constructor Summary
Constructors
Constructor and Description
Deployments()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dialogflow.Projects.Locations.Agents.Environments.Deployments.Get
get(String name)
Retrieves the specified Deployment.
Dialogflow.Projects.Locations.Agents.Environments.Deployments.List
list(String parent)
Returns the list of all deployments in the specified Environment.
-
-
Method Detail
-
get
public Dialogflow.Projects.Locations.Agents.Environments.Deployments.Get get(String name)
throws IOException
Retrieves the specified Deployment.
Create a request for the method "deployments.get".
This request holds the parameters needed by the dialogflow server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the Deployment. Format:
`projects//locations//agents//environments//deployments/`.
- Returns:
- the request
- Throws:
IOException
-
list
public Dialogflow.Projects.Locations.Agents.Environments.Deployments.List list(String parent)
throws IOException
Returns the list of all deployments in the specified Environment.
Create a request for the method "deployments.list".
This request holds the parameters needed by the dialogflow server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The Environment to list all environments for. Format:
`projects//locations//agents//environments/`.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy