Class ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource
The "transitionRouteGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource
Constructors
TransitionRouteGroupsResource(IClientService)
Constructs a new resource.
Declaration
public TransitionRouteGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleCloudDialogflowCxV3beta1TransitionRouteGroup, string)
Creates an TransitionRouteGroup in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.CreateRequest Create(GoogleCloudDialogflowCxV3beta1TransitionRouteGroup body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDialogflowCxV3beta1TransitionRouteGroup | body | The body of the request. |
string | parent | Required. The flow to create an TransitionRouteGroup for. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.CreateRequest |
Delete(string)
Deletes the specified TransitionRouteGroup. Note: You should always train a flow prior to sending it queries. See the training documentation.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the TransitionRouteGroup to delete. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.DeleteRequest |
Get(string)
Retrieves the specified TransitionRouteGroup.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the TransitionRouteGroup. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.GetRequest |
List(string)
Returns the list of all transition route groups in the specified flow.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The flow to list all transition route groups for. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.ListRequest |
Patch(GoogleCloudDialogflowCxV3beta1TransitionRouteGroup, string)
Updates the specified TransitionRouteGroup. Note: You should always train a flow prior to sending it queries. See the training documentation.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.PatchRequest Patch(GoogleCloudDialogflowCxV3beta1TransitionRouteGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDialogflowCxV3beta1TransitionRouteGroup | body | The body of the request. |
string | name | The unique identifier of the transition route group.
TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource.PatchRequest |