Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentResource

The "agent" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.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.LocationsResource.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.LocationsResource.AgentResource.EntityTypesResource EntityTypes { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentResource.EntityTypesResource

Environments

Gets the Environments resource.

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

Intents

Gets the Intents resource.

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

Sessions

Gets the Sessions resource.

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

Versions

Gets the Versions resource.

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

Methods

Export(GoogleCloudDialogflowV2ExportAgentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.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.LocationsResource.AgentResource.ExportRequest

GetFulfillment(string)

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

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.GetFulfillmentRequest

GetValidationResult(string)

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

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.GetValidationResultRequest

Import(GoogleCloudDialogflowV2ImportAgentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.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.LocationsResource.AgentResource.ImportRequest

Restore(GoogleCloudDialogflowV2RestoreAgentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.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.LocationsResource.AgentResource.RestoreRequest

Search(string)

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

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.SearchRequest

Train(GoogleCloudDialogflowV2TrainAgentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.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.LocationsResource.AgentResource.TrainRequest

UpdateFulfillment(GoogleCloudDialogflowV2Fulfillment, string)

Declaration
public virtual ProjectsResource.LocationsResource.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.LocationsResource.AgentResource.UpdateFulfillmentRequest
In this article
Back to top Generated by DocFX