AIUserFeedbackVoteState

public enum AIUserFeedbackVoteState

AIUserFeedback vote state

  • Indicates that the user has not voted.

    Declaration

    Swift

    case notDetermined
  • Indicates that the user up votes the content generated by AI.

    Declaration

    Swift

    case upVote
  • Indicates that the user down votes the content generated by AI.

    Declaration

    Swift

    case downVote