All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.
    • Constructor Detail

      • Locations

        public Locations()
    • 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