Show / Hide Table of Contents

Class ProjectsResource.GetAgentRequest

Retrieves the specified agent.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2Agent>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2Agent>
ProjectsResource.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(Nullable<Boolean>)
ClientServiceRequest<GoogleCloudDialogflowV2Agent>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2Agent>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2Agent>.GetDefaultETagAction(String)
ClientServiceRequest<GoogleCloudDialogflowV2Agent>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2Agent>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2Agent>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2Agent>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2Agent>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class 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
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2Agent>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v2.Data.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
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2Agent>.RestPath

Methods

InitParameters()

Initializes GetAgent parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dialogflow.v2.DialogflowBaseServiceRequest<Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2Agent>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top