target.apidocs.com.google.api.services.dialogflow.v3.Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.html Maven / Gradle / Ivy
The newest version!
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups (Dialogflow API v3-rev20240617-2.0.0)
com.google.api.services.dialogflow.v3
Class Dialogflow.Projects.Locations.Agents.TransitionRouteGroups
- java.lang.Object
-
- com.google.api.services.dialogflow.v3.Dialogflow.Projects.Locations.Agents.TransitionRouteGroups
-
- Enclosing class:
- Dialogflow.Projects.Locations.Agents
public class Dialogflow.Projects.Locations.Agents.TransitionRouteGroups
extends Object
The "transitionRouteGroups" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Create
class
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Delete
class
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Get
class
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.List
class
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Patch
-
Constructor Summary
Constructors
Constructor and Description
TransitionRouteGroups()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Create
create(String parent,
GoogleCloudDialogflowCxV3TransitionRouteGroup content)
Creates an TransitionRouteGroup in the specified flow.
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Delete
delete(String name)
Deletes the specified TransitionRouteGroup.
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Get
get(String name)
Retrieves the specified TransitionRouteGroup.
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.List
list(String parent)
Returns the list of all transition route groups in the specified flow.
Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Patch
patch(String name,
GoogleCloudDialogflowCxV3TransitionRouteGroup content)
Updates the specified TransitionRouteGroup.
-
-
Method Detail
-
create
public Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Create create(String parent,
GoogleCloudDialogflowCxV3TransitionRouteGroup content)
throws IOException
Creates an TransitionRouteGroup in the specified flow. Note: You should always train a flow prior
to sending it queries. See the [training
documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
Create a request for the method "transitionRouteGroups.create".
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 flow to create an TransitionRouteGroup for. Format:
`projects//locations//agents//flows/` or `projects//locations//agents/` for agent-level
groups.
content
- the GoogleCloudDialogflowCxV3TransitionRouteGroup
- Returns:
- the request
- Throws:
IOException
-
delete
public Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Delete delete(String name)
throws IOException
Deletes the specified TransitionRouteGroup. Note: You should always train a flow prior to sending
it queries. See the [training
documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
Create a request for the method "transitionRouteGroups.delete".
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 TransitionRouteGroup to delete. Format:
`projects//locations//agents//flows//transitionRouteGroups/` or
`projects//locations//agents//transitionRouteGroups/`.
- Returns:
- the request
- Throws:
IOException
-
get
public Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Get get(String name)
throws IOException
Retrieves the specified TransitionRouteGroup.
Create a request for the method "transitionRouteGroups.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 TransitionRouteGroup. Format:
`projects//locations//agents//flows//transitionRouteGroups/` or
`projects//locations//agents//transitionRouteGroups/`.
- Returns:
- the request
- Throws:
IOException
-
list
public Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.List list(String parent)
throws IOException
Returns the list of all transition route groups in the specified flow.
Create a request for the method "transitionRouteGroups.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 flow to list all transition route groups for. Format:
`projects//locations//agents//flows/` or `projects//locations//agents/.
- Returns:
- the request
- Throws:
IOException
-
patch
public Dialogflow.Projects.Locations.Agents.TransitionRouteGroups.Patch patch(String name,
GoogleCloudDialogflowCxV3TransitionRouteGroup content)
throws IOException
Updates the specified TransitionRouteGroup. Note: You should always train a flow prior to sending
it queries. See the [training
documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
Create a request for the method "transitionRouteGroups.patch".
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 unique identifier of the transition route group.
TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format:
`projects//locations//agents//flows//transitionRouteGroups/` .
content
- the GoogleCloudDialogflowCxV3TransitionRouteGroup
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy