Class ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource
The "playbooks" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource
Constructors
PlaybooksResource(IClientService)
Constructs a new resource.
Declaration
public PlaybooksResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service |
Properties
Examples
Gets the Examples resource.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExamplesResource Examples { get; }
Property Value
Type | Description |
---|---|
Projects |
Versions
Gets the Versions resource.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.VersionsResource Versions { get; }
Property Value
Type | Description |
---|---|
Projects |
Methods
Create(GoogleCloudDialogflowCxV3beta1Playbook, string)
Creates a playbook in a specified agent.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.CreateRequest Create(GoogleCloudDialogflowCxV3beta1Playbook body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Google |
body | The body of the request. |
string | parent | Required. The agent to create a playbook for. Format: |
Returns
Type | Description |
---|---|
Projects |
Delete(string)
Deletes a specified playbook.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the playbook to delete. Format: |
Returns
Type | Description |
---|---|
Projects |
Export(GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest, string)
Exports the specified playbook to a binary file. Note that resources (e.g. examples, tools) that the playbook references will also be exported.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExportRequest Export(GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
Google |
body | The body of the request. |
string | name | Required. The name of the playbook to export. Format: |
Returns
Type | Description |
---|---|
Projects |
Get(string)
Retrieves the specified Playbook.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the playbook. Format: |
Returns
Type | Description |
---|---|
Projects |
Import(GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest, string)
Imports the specified playbook to the specified agent from a binary file.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ImportRequest Import(GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Google |
body | The body of the request. |
string | parent | Required. The agent to import the playbook into. Format: |
Returns
Type | Description |
---|---|
Projects |
List(string)
Returns a list of playbooks in the specified agent.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The agent to list playbooks from. Format: |
Returns
Type | Description |
---|---|
Projects |
Patch(GoogleCloudDialogflowCxV3beta1Playbook, string)
Updates the specified Playbook.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.PatchRequest Patch(GoogleCloudDialogflowCxV3beta1Playbook body, string name)
Parameters
Type | Name | Description |
---|---|---|
Google |
body | The body of the request. |
string | name | The unique identifier of the playbook. Format: |
Returns
Type | Description |
---|---|
Projects |