Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AssistantsResource.AgentsResource.GetAgentViewRequest

Returns a AgentView for a given Agent, which contains additional information about the Agent.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AssistantsResource.AgentsResource.GetAgentViewRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.GetBody()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.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.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AssistantsResource.AgentsResource.GetAgentViewRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>, IClientServiceRequest

Constructors

GetAgentViewRequest(IClientService, string)

Constructs a new GetAgentView request.

Declaration
public GetAgentViewRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

AdminView

Optional. Indicates whether to consider if the caller is an admin. If set, and the caller is an admin, the response will consider admin-only permissions. Otherwise, a caller with admin permissions will get a response as an unprivileged user.

Declaration
[RequestParameter("adminView", RequestParameterType.Query)]
public virtual bool? AdminView { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

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

LanguageCode

Optional. The UI language currently shown to the user. Specifying this field request that the texts in the AgentView in the response should be translated to this language.

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MaxSuggestedPrompts

Optional. The maximum number of suggested prompts to return per agent.

Declaration
[RequestParameter("maxSuggestedPrompts", RequestParameterType.Query)]
public virtual int? MaxSuggestedPrompts { get; set; }
Property Value
Type Description
int?

MethodName

Gets the method name.

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

Name

Required. The name of the Agent to get. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}

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
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.RestPath

Methods

InitParameters()

Initializes GetAgentView parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse>.InitParameters()

Implements

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