Class ProjectsResource.LocationsResource.AppsResource.GetExtendedAgentCardRequest
Gets the extended agent card for the authenticated agent.
Inheritance
ProjectsResource.LocationsResource.AppsResource.GetExtendedAgentCardRequest
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Tenant
Optional. Tenant ID, provided as a path parameter.
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()