Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExamplesResource.GetRequest

Retrieves the specified example.

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

MethodName

Gets the method name.

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

Name

Required. The name of the example. Format: projects//locations//agents//playbooks//examples/.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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