AIUserFeedbackSubmitButtonState

public enum AIUserFeedbackSubmitButtonState

AIUserFeedback submit button state

  • Indicates that the submit button is in normal state.

    Declaration

    Swift

    case normal
  • Indicates that the submission is in progress.

    Declaration

    Swift

    case inProgress
  • Indicates that the submit button is in disabled state.

    Declaration

    Swift

    case disabled