Conversation

A conversation to use as input for generating the Q App definition.

Constructors

Link copied to clipboard
constructor(value: List<ConversationMessage>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this PredictQAppInputOptions as a Conversation and retrieves its kotlin.collections.List value. Throws an exception if the PredictQAppInputOptions is not a Conversation.

Link copied to clipboard
Link copied to clipboard

Casts this PredictQAppInputOptions as a ProblemStatement and retrieves its kotlin.String value. Throws an exception if the PredictQAppInputOptions is not a ProblemStatement.

Link copied to clipboard

Casts this PredictQAppInputOptions as a ProblemStatement and retrieves its kotlin.String value. Returns null if the PredictQAppInputOptions is not a ProblemStatement.