Class GetEnvironmentHistoryRequest (3.6.0)

public sealed class GetEnvironmentHistoryRequest : IMessage<GetEnvironmentHistoryRequest>, IEquatable<GetEnvironmentHistoryRequest>, IDeepCloneable<GetEnvironmentHistoryRequest>, IBufferMessage, IMessage, IPageRequest

The request message for [Environments.GetEnvironmentHistory][google.cloud.dialogflow.v2.Environments.GetEnvironmentHistory].

Inheritance

Object > GetEnvironmentHistoryRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

GetEnvironmentHistoryRequest()

public GetEnvironmentHistoryRequest()

GetEnvironmentHistoryRequest(GetEnvironmentHistoryRequest)

public GetEnvironmentHistoryRequest(GetEnvironmentHistoryRequest other)
Parameter
NameDescription
otherGetEnvironmentHistoryRequest

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
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
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/&lt;Environment ID>

The environment ID for the default environment is -.

Property Value
TypeDescription
String

ParentAsEnvironmentName

public EnvironmentName ParentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Parent resource name property.

Property Value
TypeDescription
EnvironmentName