Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.VersionsResource.GetExtendedAgentCardRequest

Gets the extended agent card for the authenticated agent.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LfA2aV1AgentCard>
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>
ProjectsResource.LocationsResource.AppsResource.VersionsResource.GetExtendedAgentCardRequest
Implements
IClientServiceRequest<LfA2aV1AgentCard>
IClientServiceRequest
Inherited Members
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.Xgafv
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.AccessToken
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.Alt
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.Callback
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.Fields
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.Key
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.OauthToken
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.PrettyPrint
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.QuotaUser
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.UploadType
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.UploadProtocol
ClientServiceRequest<LfA2aV1AgentCard>.Execute()
ClientServiceRequest<LfA2aV1AgentCard>.ExecuteAsStream()
ClientServiceRequest<LfA2aV1AgentCard>.ExecuteAsync()
ClientServiceRequest<LfA2aV1AgentCard>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LfA2aV1AgentCard>.ExecuteAsStreamAsync()
ClientServiceRequest<LfA2aV1AgentCard>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LfA2aV1AgentCard>.CreateRequest(bool?)
ClientServiceRequest<LfA2aV1AgentCard>.GenerateRequestUri()
ClientServiceRequest<LfA2aV1AgentCard>.GetBody()
ClientServiceRequest<LfA2aV1AgentCard>.GetDefaultETagAction(string)
ClientServiceRequest<LfA2aV1AgentCard>.ETagAction
ClientServiceRequest<LfA2aV1AgentCard>.ModifyRequest
ClientServiceRequest<LfA2aV1AgentCard>.ValidateParameters
ClientServiceRequest<LfA2aV1AgentCard>.ApiVersion
ClientServiceRequest<LfA2aV1AgentCard>.RequestParameters
ClientServiceRequest<LfA2aV1AgentCard>.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.CustomerEngagementSuite.v1
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.VersionsResource.GetExtendedAgentCardRequest : CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>, IClientServiceRequest<LfA2aV1AgentCard>, IClientServiceRequest

Constructors

GetExtendedAgentCardRequest(IClientService, string)

Constructs a new GetExtendedAgentCard request.

Declaration
public GetExtendedAgentCardRequest(IClientService service, string tenant)
Parameters
Type Name Description
IClientService service
string tenant

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Tenant

Optional. Opaque routing identifier. Must match the tenant value from the selected AgentInterface in the Agent Card when that field is set.

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

Methods

InitParameters()

Initializes GetExtendedAgentCard parameter list.

Declaration
protected override void InitParameters()
Overrides
CustomerEngagementSuiteBaseServiceRequest<LfA2aV1AgentCard>.InitParameters()

Implements

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