Show / Hide Table of Contents

Class ProjectsResource.AgentResource.IntentsResource.GetRequest

Retrieves the specified intent.

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

IntentView

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

Declaration
[RequestParameter("intentView", RequestParameterType.Query)]
public virtual ProjectsResource.AgentResource.IntentsResource.GetRequest.IntentViewEnum? IntentView { get; set; }
Property Value
Type Description
ProjectsResource.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<GoogleCloudDialogflowV2Intent>.MethodName

Name

Required. The name of the intent. Format: projects//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<GoogleCloudDialogflowV2Intent>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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