Google Cloud Dialogflow v2beta1 API - Class GetEnvironmentHistoryRequest (1.0.0-beta15)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetEnvironmentHistoryRequest.

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

Inheritance

object > GetEnvironmentHistoryRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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>
Property Value
TypeDescription
string

ParentAsEnvironmentName

public EnvironmentName ParentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Parent resource name property.

Property Value
TypeDescription
EnvironmentName