Class ProjectsResource.LocationsResource.AgentsResource.SessionsResource
The "sessions" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.SessionsResource
Constructors
SessionsResource(IClientService)
Constructs a new resource.
Declaration
public SessionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
EntityTypes
Gets the EntityTypes resource.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.SessionsResource.EntityTypesResource EntityTypes { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AgentsResource.SessionsResource.EntityTypesResource |
Methods
DetectIntent(GoogleCloudDialogflowCxV3DetectIntentRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.SessionsResource.DetectIntentRequest DetectIntent(GoogleCloudDialogflowCxV3DetectIntentRequest body, string session)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDialogflowCxV3DetectIntentRequest | body | The body of the request. |
| string | session |
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AgentsResource.SessionsResource.DetectIntentRequest |
FulfillIntent(GoogleCloudDialogflowCxV3FulfillIntentRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.SessionsResource.FulfillIntentRequest FulfillIntent(GoogleCloudDialogflowCxV3FulfillIntentRequest body, string session)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDialogflowCxV3FulfillIntentRequest | body | The body of the request. |
| string | session |
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AgentsResource.SessionsResource.FulfillIntentRequest |
MatchIntent(GoogleCloudDialogflowCxV3MatchIntentRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.SessionsResource.MatchIntentRequest MatchIntent(GoogleCloudDialogflowCxV3MatchIntentRequest body, string session)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDialogflowCxV3MatchIntentRequest | body | The body of the request. |
| string | session |
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AgentsResource.SessionsResource.MatchIntentRequest |
ServerStreamingDetectIntent(GoogleCloudDialogflowCxV3DetectIntentRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.SessionsResource.ServerStreamingDetectIntentRequest ServerStreamingDetectIntent(GoogleCloudDialogflowCxV3DetectIntentRequest body, string session)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDialogflowCxV3DetectIntentRequest | body | The body of the request. |
| string | session |
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AgentsResource.SessionsResource.ServerStreamingDetectIntentRequest |
SubmitAnswerFeedback(GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.SessionsResource.SubmitAnswerFeedbackRequest SubmitAnswerFeedback(GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest body, string session)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest | body | The body of the request. |
| string | session |
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AgentsResource.SessionsResource.SubmitAnswerFeedbackRequest |