Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class AgentAssistInputDataConfig.
The distinctive configs for Agent Assist conversations as the conversation source.
Generated from protobuf message google.cloud.dialogflow.v2.GeneratorEvaluationConfig.AgentAssistInputDataConfig
Namespace
Google \ Cloud \ Dialogflow \ V2 \ GeneratorEvaluationConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_time |
Google\Protobuf\Timestamp
Required. The start of the time range for conversations to be evaluated. Only conversations created at or after this timestamp will be sampled. |
↳ end_time |
Google\Protobuf\Timestamp
Required. The end of the time range for conversations to be evaluated. Only conversations ended at or before this timestamp will be sampled. |
getStartTime
Required. The start of the time range for conversations to be evaluated.
Only conversations created at or after this timestamp will be sampled.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasStartTime
clearStartTime
setStartTime
Required. The start of the time range for conversations to be evaluated.
Only conversations created at or after this timestamp will be sampled.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndTime
Required. The end of the time range for conversations to be evaluated.
Only conversations ended at or before this timestamp will be sampled.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEndTime
clearEndTime
setEndTime
Required. The end of the time range for conversations to be evaluated.
Only conversations ended at or before this timestamp will be sampled.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|