Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.IntentsResource.GetRequest

Retrieves the specified intent.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

LanguageCode

The language to retrieve the intent for. The following fields are language dependent: * Intent.training_phrases.parts.text If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

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

Name

Required. The name of the intent. Format: projects//locations//agents//intents/.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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