Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AnswerRecordsResource.GetRequest

Deprecated. Retrieves a specific answer record.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>
ProjectsResource.LocationsResource.AnswerRecordsResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>.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.LocationsResource.AnswerRecordsResource.GetRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>, IClientServiceRequest<GoogleCloudDialogflowV2beta1AnswerRecord>, 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<GoogleCloudDialogflowV2beta1AnswerRecord>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the answer record to retrieve. Format: projects//locations//answerRecords/.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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