DialogState

public enum DialogState
extension DialogState: Equatable

Identifies the dialog state.

  • Ready for an interaction.

    Declaration

    Swift

    case idle
  • Passively listening.

    Declaration

    Swift

    case listening
  • Actively listening.

    Declaration

    Swift

    case recognizing
  • Waiting for a response from the server.

    Declaration

    Swift

    case thinking
  • Responding to a request with speech.

    Declaration

    Swift

    case speaking