Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExamplesResource.ListRequest

Returns a list of examples in the specified playbook.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

LanguageCode

Optional. The language to list examples for. If not specified, list all examples under the playbook. Note: languages must be enabled in the agent before they can be used.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.

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

PageToken

Optional. The next_page_token value returned from a previous list request.

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

Parent

Required. The playbook to list the examples from. Format: projects//locations//agents//playbooks/.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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