Log

public struct Log : Codable, Equatable

Log.

  • A request sent to the workspace, including the user input and context.

    Declaration

    Swift

    public var request: MessageRequest
  • The response sent by the workspace, including the output text, detected intents and entities, and context.

    Declaration

    Swift

    public var response: MessageResponse
  • A unique identifier for the logged event.

    Declaration

    Swift

    public var logID: String
  • The timestamp for receipt of the message.

    Declaration

    Swift

    public var requestTimestamp: String
  • The timestamp for the system response to the message.

    Declaration

    Swift

    public var responseTimestamp: String
  • The unique identifier of the workspace where the request was made.

    Declaration

    Swift

    public var workspaceID: String
  • The language of the workspace where the message request was made.

    Declaration

    Swift

    public var language: String