ProactiveActionDetails

public struct ProactiveActionDetails

Represents all info about details of a proactive action.

Properties

  • id

    The unique id of the action.

    Declaration

    Swift

    public let id: UUID
  • The name of the action.

    Declaration

    Swift

    public let name: String
  • The type of proactive action.

    Declaration

    Swift

    public let type: ActionType
  • Proactive action data message content.

    Declaration

    Swift

    public let content: ProactiveActionDataMessageContent?

Init