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

    Response returned when executing a turn in an existing conversation.

    interface ExecuteTurnResponse {
        activities: Activity[];
        activityCount: number;
        conversationId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activities: Activity[]

    The activities returned by the service.

    activityCount: number

    The number of activities in this response.

    conversationId: string

    The conversation ID associated with this response.