Show / Hide Table of Contents

Class ProjectsResource.AgentResource

The "agent" collection of methods.

Inheritance
object
ProjectsResource.AgentResource
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.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.AgentResource

Constructors

AgentResource(IClientService)

Constructs a new resource.

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

Properties

EntityTypes

Gets the EntityTypes resource.

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

Environments

Gets the Environments resource.

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

Intents

Gets the Intents resource.

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

KnowledgeBases

Gets the KnowledgeBases resource.

Declaration
public virtual ProjectsResource.AgentResource.KnowledgeBasesResource KnowledgeBases { get; }
Property Value
Type Description
ProjectsResource.AgentResource.KnowledgeBasesResource

Sessions

Gets the Sessions resource.

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

Versions

Gets the Versions resource.

Declaration
public virtual ProjectsResource.AgentResource.VersionsResource Versions { get; }
Property Value
Type Description
ProjectsResource.AgentResource.VersionsResource

Methods

Export(GoogleCloudDialogflowV2ExportAgentRequest, string)

Declaration
public virtual ProjectsResource.AgentResource.ExportRequest Export(GoogleCloudDialogflowV2ExportAgentRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2ExportAgentRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.AgentResource.ExportRequest

GetFulfillment(string)

Declaration
public virtual ProjectsResource.AgentResource.GetFulfillmentRequest GetFulfillment(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.AgentResource.GetFulfillmentRequest

GetValidationResult(string)

Declaration
public virtual ProjectsResource.AgentResource.GetValidationResultRequest GetValidationResult(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.AgentResource.GetValidationResultRequest

Import(GoogleCloudDialogflowV2ImportAgentRequest, string)

Declaration
public virtual ProjectsResource.AgentResource.ImportRequest Import(GoogleCloudDialogflowV2ImportAgentRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2ImportAgentRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.AgentResource.ImportRequest

Restore(GoogleCloudDialogflowV2RestoreAgentRequest, string)

Declaration
public virtual ProjectsResource.AgentResource.RestoreRequest Restore(GoogleCloudDialogflowV2RestoreAgentRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2RestoreAgentRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.AgentResource.RestoreRequest

Search(string)

Declaration
public virtual ProjectsResource.AgentResource.SearchRequest Search(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.AgentResource.SearchRequest

Train(GoogleCloudDialogflowV2TrainAgentRequest, string)

Declaration
public virtual ProjectsResource.AgentResource.TrainRequest Train(GoogleCloudDialogflowV2TrainAgentRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2TrainAgentRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.AgentResource.TrainRequest

UpdateFulfillment(GoogleCloudDialogflowV2Fulfillment, string)

Declaration
public virtual ProjectsResource.AgentResource.UpdateFulfillmentRequest UpdateFulfillment(GoogleCloudDialogflowV2Fulfillment body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2Fulfillment body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.AgentResource.UpdateFulfillmentRequest
In this article
Back to top Generated by DocFX