Show / Hide Table of Contents

Class ProjectsResource.AgentResource.SessionsResource.DetectIntentRequest

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>
ProjectsResource.AgentResource.SessionsResource.DetectIntentRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.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.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.AgentResource.SessionsResource.DetectIntentRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>, IClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>, IClientServiceRequest

Constructors

DetectIntentRequest(IClientService, GoogleCloudDialogflowV2DetectIntentRequest, string)

Constructs a new DetectIntent request.

Declaration
public DetectIntentRequest(IClientService service, GoogleCloudDialogflowV2DetectIntentRequest body, string session)
Parameters
Type Name Description
IClientService service
GoogleCloudDialogflowV2DetectIntentRequest body
string session

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.RestPath

Session

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
ClientServiceRequest<GoogleCloudDialogflowV2DetectIntentResponse>.GetBody()

InitParameters()

Initializes DetectIntent parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX