Google Cloud Dialogflow v2 API - Class GetEnvironmentHistoryRequest (4.18.0)

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].

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
int

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/<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