Google Cloud Dialogflow Cx V3 Client - Class LookupEnvironmentHistoryResponse (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class LookupEnvironmentHistoryResponse.

The response message for Environments.LookupEnvironmentHistory.

Generated from protobuf message google.cloud.dialogflow.cx.v3.LookupEnvironmentHistoryResponse

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ environments array<Google\Cloud\Dialogflow\Cx\V3\Environment>

Represents a list of snapshots for an environment. Time of the snapshots is stored in update_time.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results in the list.

getEnvironments

Represents a list of snapshots for an environment. Time of the snapshots is stored in update_time.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEnvironments

Represents a list of snapshots for an environment. Time of the snapshots is stored in update_time.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\Cx\V3\Environment>
Returns
TypeDescription
$this

getNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns
TypeDescription
string

setNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this