Show / Hide Table of Contents

Class ProjectsResource.AgentResource.EntityTypesResource.GetRequest

Retrieves the specified entity type.

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

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

Name

Required. The name of the entity type. Format: projects//agent/entityTypes/.

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<GoogleCloudDialogflowV2EntityType>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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