Class ProjectsResource.AgentResource.SessionsResource
The "sessions" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.AgentResource.SessionsResource
Constructors
SessionsResource(IClientService)
Constructs a new resource.
Declaration
public SessionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Contexts
Gets the Contexts resource.
Declaration
public virtual ProjectsResource.AgentResource.SessionsResource.ContextsResource Contexts { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.AgentResource.SessionsResource.ContextsResource |
EntityTypes
Gets the EntityTypes resource.
Declaration
public virtual ProjectsResource.AgentResource.SessionsResource.EntityTypesResource EntityTypes { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.AgentResource.SessionsResource.EntityTypesResource |
Methods
DeleteContexts(string)
Declaration
public virtual ProjectsResource.AgentResource.SessionsResource.DeleteContextsRequest DeleteContexts(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent |
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.AgentResource.SessionsResource.DeleteContextsRequest |
DetectIntent(GoogleCloudDialogflowV2beta1DetectIntentRequest, string)
Declaration
public virtual ProjectsResource.AgentResource.SessionsResource.DetectIntentRequest DetectIntent(GoogleCloudDialogflowV2beta1DetectIntentRequest body, string session)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDialogflowV2beta1DetectIntentRequest | body | The body of the request. |
| string | session |
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.AgentResource.SessionsResource.DetectIntentRequest |