Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentResource.IntentsResource.GetRequest

Retrieves the specified intent.

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

IntentView

Optional. The resource view to apply to the returned intent.

Declaration
[RequestParameter("intentView", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.GetRequest.IntentViewEnum? IntentView { get; set; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentResource.IntentsResource.GetRequest.IntentViewEnum?

LanguageCode

Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

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<GoogleCloudDialogflowV2beta1Intent>.MethodName

Name

Required. The name of the intent. Supported formats: - projects//agent/intents/ - projects//locations//agent/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<GoogleCloudDialogflowV2beta1Intent>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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