Documentation - v1.2.0-alpha.3
    Preparing search index...

    Interface ConversationResourceResponse

    Represents the response from a conversation resource operation.

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

    Properties

    activityId: string

    The ID of the activity.

    id: string

    The ID of the conversation resource.

    serviceUrl: string

    The service URL.