Output

data class Output(val value: InvocationOutput) : ResponseStream

Contains the SiteWise Assistant's response.

Constructors

Link copied to clipboard
constructor(value: InvocationOutput)

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.