public sealed class GetEnvironmentHistoryRequest : IMessage<GetEnvironmentHistoryRequest>, IEquatable<GetEnvironmentHistoryRequest>, IDeepCloneable<GetEnvironmentHistoryRequest>, IBufferMessage, IMessage, IPageRequestThe request message for [Environments.GetEnvironmentHistory][google.cloud.dialogflow.v2.Environments.GetEnvironmentHistory].
Implements
IMessage<GetEnvironmentHistoryRequest>, IEquatable<GetEnvironmentHistoryRequest>, IDeepCloneable<GetEnvironmentHistoryRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
GetEnvironmentHistoryRequest()
public GetEnvironmentHistoryRequest()GetEnvironmentHistoryRequest(GetEnvironmentHistoryRequest)
public GetEnvironmentHistoryRequest(GetEnvironmentHistoryRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetEnvironmentHistoryRequest | 
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
| Property Value | |
|---|---|
| Type | Description | 
| Int32 | |
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 name of the environment to retrieve history for. Supported formats:
- projects/{Project ID}/agent/environments/{Environment ID}
- projects/{Project ID}/locations/{Location ID>/agent/environments/<Environment ID>
The environment ID for the default environment is -.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ParentAsEnvironmentName
public EnvironmentName ParentAsEnvironmentName { get; set; }EnvironmentName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| EnvironmentName | |