Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource

The "sessions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource
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.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.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.EnvironmentsResource.SessionsResource.EntityTypesResource EntityTypes { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.EntityTypesResource

Methods

DetectIntent(GoogleCloudDialogflowCxV3beta1DetectIntentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.DetectIntentRequest DetectIntent(GoogleCloudDialogflowCxV3beta1DetectIntentRequest body, string session)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1DetectIntentRequest body

The body of the request.

string session

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.DetectIntentRequest

FulfillIntent(GoogleCloudDialogflowCxV3beta1FulfillIntentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.FulfillIntentRequest FulfillIntent(GoogleCloudDialogflowCxV3beta1FulfillIntentRequest body, string session)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1FulfillIntentRequest body

The body of the request.

string session

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.FulfillIntentRequest

MatchIntent(GoogleCloudDialogflowCxV3beta1MatchIntentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.MatchIntentRequest MatchIntent(GoogleCloudDialogflowCxV3beta1MatchIntentRequest body, string session)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1MatchIntentRequest body

The body of the request.

string session

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.MatchIntentRequest

ServerStreamingDetectIntent(GoogleCloudDialogflowCxV3beta1DetectIntentRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.ServerStreamingDetectIntentRequest ServerStreamingDetectIntent(GoogleCloudDialogflowCxV3beta1DetectIntentRequest body, string session)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1DetectIntentRequest body

The body of the request.

string session

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.ServerStreamingDetectIntentRequest
In this article
Back to top Generated by DocFX