Class: Google::Cloud::Dialogflow::V2::ServiceLatency

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

Overview

Message to represent the latency of the service.

Defined Under Namespace

Classes: InternalServiceLatency

Instance Attribute Summary collapse

Instance Attribute Details

#internal_service_latencies::Array<::Google::Cloud::Dialogflow::V2::ServiceLatency::InternalServiceLatency>

Returns A list of internal service latencies.

Returns:



1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1317

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

  # Message to represent the latency of an internal service.
  # @!attribute [rw] step
  #   @return [::String]
  #     The name of the internal service.
  # @!attribute [rw] latency_ms
  #   @return [::Float]
  #     The latency of the internal service in milliseconds.
  # @!attribute [rw] start_time
  #   @return [::Google::Protobuf::Timestamp]
  #     The start time of the internal service.
  # @!attribute [rw] complete_time
  #   @return [::Google::Protobuf::Timestamp]
  #     The completion time of the internal service.
  class InternalServiceLatency
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end