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 BulkClassifyUtterance with member variables.

    Declaration

    Swift

    public init(
        text: String
    )

    Parameters

    text

    The text of the input utterance.

    Return Value

    An initialized BulkClassifyUtterance.