Show / Hide Table of Contents

Class ProjectsResource.KnowledgeBasesResource.DocumentsResource.GetRequest

Retrieves the specified document. Note: The projects.agent.knowledgeBases.documents resource is deprecated; only use projects.knowledgeBases.documents.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>
ProjectsResource.KnowledgeBasesResource.DocumentsResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1Document>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1Document>.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.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.KnowledgeBasesResource.DocumentsResource.GetRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1Document>, IClientServiceRequest<GoogleCloudDialogflowV2beta1Document>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the document to retrieve. Format projects//locations//knowledgeBases//documents/.

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<GoogleCloudDialogflowV2beta1Document>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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