botas-core
    Preparing search index...

    Interface ConversationResourceResponse

    Response returned after creating a new conversation.

    interface ConversationResourceResponse {
        id: string;
        serviceUrl: string;
        activityId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    ID of the created resource.

    serviceUrl: string

    Service URL for the new conversation.

    activityId: string

    ID of the activity that bootstrapped the conversation.