BulkClassifyUtterance
public struct BulkClassifyUtterance : Codable, Equatable
The user input utterance to classify.
-
The text of the input utterance.
Declaration
Swift
public var text: String -
Initialize a
BulkClassifyUtterancewith member variables.Declaration
Swift
public init( text: String )Parameters
textThe text of the input utterance.
Return Value
An initialized
BulkClassifyUtterance.
View on GitHub
BulkClassifyUtterance Structure Reference