Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource

The "agents" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource

Constructors

AgentsResource(IClientService)

Constructs a new resource.

Declaration
public AgentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Changelogs

Gets the Changelogs resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource Changelogs { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource

Conversations

Gets the Conversations resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ConversationsResource Conversations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.ConversationsResource

EntityTypes

Gets the EntityTypes resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.EntityTypesResource EntityTypes { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.EntityTypesResource

Environments

Gets the Environments resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource Environments { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource

Flows

Gets the Flows resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource Flows { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource

Generators

Gets the Generators resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.GeneratorsResource Generators { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.GeneratorsResource

Intents

Gets the Intents resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.IntentsResource Intents { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.IntentsResource

Playbooks

Gets the Playbooks resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource Playbooks { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource

Sessions

Gets the Sessions resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.SessionsResource Sessions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.SessionsResource

TestCases

Gets the TestCases resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource TestCases { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource

Tools

Gets the Tools resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ToolsResource Tools { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.ToolsResource

TransitionRouteGroups

Gets the TransitionRouteGroups resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource TransitionRouteGroups { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.TransitionRouteGroupsResource

Webhooks

Gets the Webhooks resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.WebhooksResource Webhooks { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.WebhooksResource

Methods

Create(GoogleCloudDialogflowCxV3beta1Agent, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.CreateRequest Create(GoogleCloudDialogflowCxV3beta1Agent body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1Agent body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.CreateRequest

Delete(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.DeleteRequest

Export(GoogleCloudDialogflowCxV3beta1ExportAgentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ExportRequest Export(GoogleCloudDialogflowCxV3beta1ExportAgentRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1ExportAgentRequest body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.ExportRequest

Get(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.GetRequest

GetGenerativeSettings(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.GetGenerativeSettingsRequest GetGenerativeSettings(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.GetGenerativeSettingsRequest

GetValidationResult(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.GetValidationResultRequest GetValidationResult(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.GetValidationResultRequest

List(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.ListRequest

Patch(GoogleCloudDialogflowCxV3beta1Agent, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PatchRequest Patch(GoogleCloudDialogflowCxV3beta1Agent body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1Agent body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.PatchRequest

Restore(GoogleCloudDialogflowCxV3beta1RestoreAgentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.RestoreRequest Restore(GoogleCloudDialogflowCxV3beta1RestoreAgentRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1RestoreAgentRequest body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.RestoreRequest

UpdateGenerativeSettings(GoogleCloudDialogflowCxV3beta1GenerativeSettings, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.UpdateGenerativeSettingsRequest UpdateGenerativeSettings(GoogleCloudDialogflowCxV3beta1GenerativeSettings body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1GenerativeSettings body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.UpdateGenerativeSettingsRequest

Validate(GoogleCloudDialogflowCxV3beta1ValidateAgentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ValidateRequest Validate(GoogleCloudDialogflowCxV3beta1ValidateAgentRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1ValidateAgentRequest body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.ValidateRequest
In this article
Back to top Generated by DocFX