target.apidocs.com.google.api.services.dialogflow.v3.Dialogflow.Projects.html Maven / Gradle / Ivy
The newest version!
Dialogflow.Projects (Dialogflow API v3-rev20240617-2.0.0)
com.google.api.services.dialogflow.v3
Class Dialogflow.Projects
- java.lang.Object
-
- com.google.api.services.dialogflow.v3.Dialogflow.Projects
-
- Enclosing class:
- Dialogflow
public class Dialogflow.Projects
extends Object
The "projects" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Dialogflow.Projects.Locations
The "locations" collection of methods.
class
Dialogflow.Projects.Operations
The "operations" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dialogflow.Projects.Locations
locations()
An accessor for creating requests from the Locations collection.
Dialogflow.Projects.Operations
operations()
An accessor for creating requests from the Operations collection.
-
-
Method Detail
-
locations
public Dialogflow.Projects.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
Dialogflow dialogflow = new Dialogflow(...);
Dialogflow.Locations.List request = dialogflow.locations().list(parameters ...)
- Returns:
- the resource collection
-
operations
public Dialogflow.Projects.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
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy