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

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
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setEnvironments

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

Parameter
Name Description
var array<Google\Cloud\Dialogflow\Cx\V3\Environment>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this