Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetAgentRequest

Retrieves the specified agent.

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

Constructors

GetAgentRequest(IClientService, string)

Constructs a new GetAgent request.

Declaration
public GetAgentRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The project that the agent to fetch is associated with. Format: projects/.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GetAgent parameter list.

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

Implements

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