Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::ServiceLatency::InternalServiceLatency (v1.15.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ServiceLatency::InternalServiceLatency.

Message to represent the latency of an internal service.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#complete_time

def complete_time() -> ::Google::Protobuf::Timestamp
Returns

#complete_time=

def complete_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#latency_ms

def latency_ms() -> ::Float
Returns
  • (::Float) — The latency of the internal service in milliseconds.

#latency_ms=

def latency_ms=(value) -> ::Float
Parameter
  • value (::Float) — The latency of the internal service in milliseconds.
Returns
  • (::Float) — The latency of the internal service in milliseconds.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#step

def step() -> ::String
Returns
  • (::String) — The name of the internal service.

#step=

def step=(value) -> ::String
Parameter
  • value (::String) — The name of the internal service.
Returns
  • (::String) — The name of the internal service.