Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.MatchIntentRequest

Returns preliminary intent match results, doesn't change the session status.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.SessionsResource.MatchIntentRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.MatchIntentRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>, IClientServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>, IClientServiceRequest

Constructors

MatchIntentRequest(IClientService, GoogleCloudDialogflowCxV3beta1MatchIntentRequest, string)

Constructs a new MatchIntent request.

Declaration
public MatchIntentRequest(IClientService service, GoogleCloudDialogflowCxV3beta1MatchIntentRequest body, string session)
Parameters
Type Name Description
IClientService service
GoogleCloudDialogflowCxV3beta1MatchIntentRequest body
string session

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v3beta1.Data.GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v3beta1.Data.GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v3beta1.Data.GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.RestPath

Session

Required. The name of the session this query is sent to. Format: projects//locations//agents//sessions/ or projects//locations//agents//environments//sessions/. If Environment ID is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate Session ID. It can be a random number or some type of session identifiers (preferably hashed). The length of the Session ID must not exceed 36 characters. For more information, see the sessions guide.

Declaration
[RequestParameter("session", RequestParameterType.Path)]
public virtual string Session { get; }
Property Value
Type Description
string

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v3beta1.Data.GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.GetBody()

InitParameters()

Initializes MatchIntent parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1MatchIntentResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX