Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class TraceBlock.
The trace block tracks a sequence of actions taken by the agent in a flow or a playbook.
Generated from protobuf message google.cloud.dialogflow.cx.v3.TraceBlock
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ playbook_trace_metadata
↳ flow_trace_metadata
↳ speech_processing_metadata
↳ actions
↳ start_time
↳ complete_time
↳ input_parameters
↳ output_parameters
↳ end_state
int
Optional. Output only. The end state of the trace block.
getPlaybookTraceMetadata
Metadata of the playbook trace.
hasPlaybookTraceMetadata
setPlaybookTraceMetadata
Metadata of the playbook trace.
$this
getFlowTraceMetadata
Metadata of the flow trace.
hasFlowTraceMetadata
setFlowTraceMetadata
Metadata of the flow trace.
$this
getSpeechProcessingMetadata
Metadata of the speech-to-text and speech-to-text processing.
hasSpeechProcessingMetadata
setSpeechProcessingMetadata
Metadata of the speech-to-text and speech-to-text processing.
$this
getActions
The actions performed by the agent and the user during this session.
setActions
The actions performed by the agent and the user during this session.
$this
getStartTime
Output only. Timestamp of the start of the trace block.
hasStartTime
clearStartTime
setStartTime
Output only. Timestamp of the start of the trace block.
$this
getCompleteTime
Output only. Timestamp of the end of the trace block.
hasCompleteTime
clearCompleteTime
setCompleteTime
Output only. Timestamp of the end of the trace block.
$this
getInputParameters
Optional. A list of input parameters of the trace block.
hasInputParameters
clearInputParameters
setInputParameters
Optional. A list of input parameters of the trace block.
$this
getOutputParameters
Optional. A list of output parameters of the trace block.
hasOutputParameters
clearOutputParameters
setOutputParameters
Optional. A list of output parameters of the trace block.
$this
getEndState
Optional. Output only. The end state of the trace block.
setEndState
Optional. Output only. The end state of the trace block.
$this
getTraceMetadata
string

