Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::EnvironmentHistory.
The response message for Environments.GetEnvironmentHistory.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entries
def entries() -> ::Array<::Google::Cloud::Dialogflow::V2::EnvironmentHistory::Entry>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::EnvironmentHistory::Entry>) — Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.
#parent
def parent() -> ::String
Returns
-
(::String) — Output only. The name of the environment this history is 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
-
.