Documentation - v1.5.0-beta.10
    Preparing search index...

    Response returned when starting a new conversation.

    interface StartResponse {
        activities: Activity[];
        conversationId: string;
        isNewConversation: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activities: Activity[]

    The activities returned by the service.

    conversationId: string

    The conversation ID associated with this response.

    isNewConversation: boolean

    Indicates whether this is a new conversation.