public sealed class GetEnvironmentHistoryRequest : IMessage<GetEnvironmentHistoryRequest>, IEquatable<GetEnvironmentHistoryRequest>, IDeepCloneable<GetEnvironmentHistoryRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetEnvironmentHistoryRequest.
The request message for [Environments.GetEnvironmentHistory][google.cloud.dialogflow.v2.Environments.GetEnvironmentHistory].
Implements
IMessageGetEnvironmentHistoryRequest, IEquatableGetEnvironmentHistoryRequest, IDeepCloneableGetEnvironmentHistoryRequest, 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 |
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 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 |