target.apidocs.com.google.api.services.dialogflow.v3.Dialogflow.Projects.Locations.html Maven / Gradle / Ivy
The newest version!
Dialogflow.Projects.Locations (Dialogflow API v3-rev20240617-2.0.0)
com.google.api.services.dialogflow.v3
Class Dialogflow.Projects.Locations
- java.lang.Object
-
- com.google.api.services.dialogflow.v3.Dialogflow.Projects.Locations
-
- Enclosing class:
- Dialogflow.Projects
public class Dialogflow.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Dialogflow.Projects.Locations.Agents
The "agents" collection of methods.
class
Dialogflow.Projects.Locations.Get
class
Dialogflow.Projects.Locations.List
class
Dialogflow.Projects.Locations.Operations
The "operations" collection of methods.
class
Dialogflow.Projects.Locations.SecuritySettings
The "securitySettings" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dialogflow.Projects.Locations.Agents
agents()
An accessor for creating requests from the Agents collection.
Dialogflow.Projects.Locations.Get
get(String name)
Gets information about a location.
Dialogflow.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
Dialogflow.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
Dialogflow.Projects.Locations.SecuritySettings
securitySettings()
An accessor for creating requests from the SecuritySettings collection.
-
-
Method Detail
-
get
public Dialogflow.Projects.Locations.Get get(String name)
throws IOException
Gets information about a location.
Create a request for the method "locations.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
- Resource name for the location.
- Returns:
- the request
- Throws:
IOException
-
list
public Dialogflow.Projects.Locations.List list(String name)
throws IOException
Lists information about the supported locations for this service.
Create a request for the method "locations.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:
name
- The resource that owns the locations collection, if applicable.
- Returns:
- the request
- Throws:
IOException
-
agents
public Dialogflow.Projects.Locations.Agents agents()
An accessor for creating requests from the Agents collection.
The typical use is:
Dialogflow dialogflow = new Dialogflow(...);
Dialogflow.Agents.List request = dialogflow.agents().list(parameters ...)
- Returns:
- the resource collection
-
operations
public Dialogflow.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
Dialogflow dialogflow = new Dialogflow(...);
Dialogflow.Operations.List request = dialogflow.operations().list(parameters ...)
- Returns:
- the resource collection
-
securitySettings
public Dialogflow.Projects.Locations.SecuritySettings securitySettings()
An accessor for creating requests from the SecuritySettings collection.
The typical use is:
Dialogflow dialogflow = new Dialogflow(...);
Dialogflow.SecuritySettings.List request = dialogflow.securitySettings().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy