Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ServiceLatency.
Message to represent the latency of the service.
Generated from protobuf message google.cloud.dialogflow.v2.ServiceLatency
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ internal_service_latencies |
array<ServiceLatency\InternalServiceLatency>
A list of internal service latencies. |
getInternalServiceLatencies
A list of internal service latencies.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<ServiceLatency\InternalServiceLatency> |
|
setInternalServiceLatencies
A list of internal service latencies.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ServiceLatency\InternalServiceLatency>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|