public sealed class ListGeneratorEvaluationsRequest : IMessage<ListGeneratorEvaluationsRequest>, IEquatable<ListGeneratorEvaluationsRequest>, IDeepCloneable<ListGeneratorEvaluationsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ListGeneratorEvaluationsRequest.
Request of ListGeneratorEvaluations.
Implements
IMessageListGeneratorEvaluationsRequest, IEquatableListGeneratorEvaluationsRequest, IDeepCloneableListGeneratorEvaluationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ListGeneratorEvaluationsRequest()
public ListGeneratorEvaluationsRequest()ListGeneratorEvaluationsRequest(ListGeneratorEvaluationsRequest)
public ListGeneratorEvaluationsRequest(ListGeneratorEvaluationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGeneratorEvaluationsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Maximum number of evaluations to return in a single page. By default 100 and at most 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The next_page_token value returned from a previous list request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The generator resource name. Format:
projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>
Wildcard value - is supported on generator_id to list evaluations across
all generators under same project.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsGeneratorName
public GeneratorName ParentAsGeneratorName { get; set; }GeneratorName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
GeneratorName |
|