Class: Google::Cloud::Dialogflow::V2::EnvironmentHistory

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/environment.rb

Overview

The response message for Environments.GetEnvironmentHistory.

Defined Under Namespace

Classes: Entry

Instance Attribute Summary collapse

Instance Attribute Details

#entries::Array<::Google::Cloud::Dialogflow::V2::EnvironmentHistory::Entry> (readonly)

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

Returns:



289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 289

class EnvironmentHistory
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents an environment history entry.
  # @!attribute [rw] agent_version
  #   @return [::String]
  #     The agent version loaded into this environment history entry.
  # @!attribute [rw] description
  #   @return [::String]
  #     The developer-provided description for this environment history entry.
  # @!attribute [rw] create_time
  #   @return [::Google::Protobuf::Timestamp]
  #     The creation time of this environment history entry.
  class Entry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#next_page_token::String (readonly)

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

Returns:

  • (::String)

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



289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 289

class EnvironmentHistory
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents an environment history entry.
  # @!attribute [rw] agent_version
  #   @return [::String]
  #     The agent version loaded into this environment history entry.
  # @!attribute [rw] description
  #   @return [::String]
  #     The developer-provided description for this environment history entry.
  # @!attribute [rw] create_time
  #   @return [::Google::Protobuf::Timestamp]
  #     The creation time of this environment history entry.
  class Entry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent::String (readonly)

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

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



289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 289

class EnvironmentHistory
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents an environment history entry.
  # @!attribute [rw] agent_version
  #   @return [::String]
  #     The agent version loaded into this environment history entry.
  # @!attribute [rw] description
  #   @return [::String]
  #     The developer-provided description for this environment history entry.
  # @!attribute [rw] create_time
  #   @return [::Google::Protobuf::Timestamp]
  #     The creation time of this environment history entry.
  class Entry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end