Trace

data class Trace(val value: Trace) : ResponseStream

Contains tracing information of the SiteWise Assistant's reasoning and data access.

Constructors

Link copied to clipboard
constructor(value: Trace)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ResponseStream as a Output and retrieves its aws.sdk.kotlin.services.iotsitewise.model.InvocationOutput value. Throws an exception if the ResponseStream is not a Output.

Link copied to clipboard
Link copied to clipboard
fun asTrace(): Trace

Casts this ResponseStream as a Trace and retrieves its aws.sdk.kotlin.services.iotsitewise.model.Trace value. Throws an exception if the ResponseStream is not a Trace.

Link copied to clipboard

Casts this ResponseStream as a Trace and retrieves its aws.sdk.kotlin.services.iotsitewise.model.Trace value. Returns null if the ResponseStream is not a Trace.