Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.EntityTypesResource.GetRequest

Retrieves the specified entity type.

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

LanguageCode

The language to retrieve the entity type for. The following fields are language dependent: * EntityType.entities.value * EntityType.entities.synonyms * EntityType.excluded_phrases.value 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v3beta1.Data.GoogleCloudDialogflowCxV3beta1EntityType>.MethodName

Name

Required. The name of the entity type. Format: projects//locations//agents//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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v3beta1.Data.GoogleCloudDialogflowCxV3beta1EntityType>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX