RouteConstants class

Constants representing the API path that immediately follows the basePath. These are currently internal but we will re-evaluate making them public, in the future.

Example

RouteConstants.Activities = '/v3/conversations/:conversationId/activities'.

Properties

Activities

API path for all activities from conversation.

Activity

API path for single activity from conversation.

ActivityMembers

API path for all members from activity from conversation.

Attachments

API path for conversation attachments.

ConversationHistory

API path for conversation history.

ConversationMember

API path for single conversation member.

ConversationMembers

API path for all conversation members.

ConversationPagedMembers

API path for page(s) of all conversation members.

Conversations

Base API path for bot conversations.

Property Details

Activities

API path for all activities from conversation.

static Activities: string

Property Value

string

Activity

API path for single activity from conversation.

static Activity: string

Property Value

string

ActivityMembers

API path for all members from activity from conversation.

static ActivityMembers: string

Property Value

string

Attachments

API path for conversation attachments.

static Attachments: string

Property Value

string

ConversationHistory

API path for conversation history.

static ConversationHistory: string

Property Value

string

ConversationMember

API path for single conversation member.

static ConversationMember: string

Property Value

string

ConversationMembers

API path for all conversation members.

static ConversationMembers: string

Property Value

string

ConversationPagedMembers

API path for page(s) of all conversation members.

static ConversationPagedMembers: string

Property Value

string

Conversations

Base API path for bot conversations.

static Conversations: string

Property Value

string