Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::EnvironmentHistory (v0.34.0)

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

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