Class ProjectsResource.LocationsResource.AgentResource
The "agent" collection of methods.
Inheritance
ProjectsResource.LocationsResource.AgentResource
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
Properties
EntityTypes
Gets the EntityTypes resource.
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.EntityTypesResource EntityTypes { get; }
Property Value
Environments
Gets the Environments resource.
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.EnvironmentsResource Environments { get; }
Property Value
Intents
Gets the Intents resource.
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource Intents { get; }
Property Value
Sessions
Gets the Sessions resource.
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.SessionsResource Sessions { get; }
Property Value
Versions
Gets the Versions resource.
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.VersionsResource Versions { get; }
Property Value
Methods
Export(GoogleCloudDialogflowV2ExportAgentRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.ExportRequest Export(GoogleCloudDialogflowV2ExportAgentRequest body, string parent)
Parameters
Returns
GetFulfillment(string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.GetFulfillmentRequest GetFulfillment(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
null
|
Returns
GetValidationResult(string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.GetValidationResultRequest GetValidationResult(string parent)
Parameters
| Type |
Name |
Description |
| string |
parent |
null
|
Returns
Import(GoogleCloudDialogflowV2ImportAgentRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.ImportRequest Import(GoogleCloudDialogflowV2ImportAgentRequest body, string parent)
Parameters
Returns
Restore(GoogleCloudDialogflowV2RestoreAgentRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.RestoreRequest Restore(GoogleCloudDialogflowV2RestoreAgentRequest body, string parent)
Parameters
Returns
Search(string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.SearchRequest Search(string parent)
Parameters
| Type |
Name |
Description |
| string |
parent |
null
|
Returns
Train(GoogleCloudDialogflowV2TrainAgentRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.TrainRequest Train(GoogleCloudDialogflowV2TrainAgentRequest body, string parent)
Parameters
Returns
UpdateFulfillment(GoogleCloudDialogflowV2Fulfillment, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.UpdateFulfillmentRequest UpdateFulfillment(GoogleCloudDialogflowV2Fulfillment body, string name)
Parameters
Returns