CallerIdConstants Class
- java.
lang. Object - com.
microsoft. bot. schema. CallerIdConstants
- com.
public final class CallerIdConstants
Constants for CallerId values.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final java.lang.String |
BOT_TO_BOT_PREFIX
The caller ID prefix when a bot initiates a request to another bot. |
| static final java.lang.String |
PUBLIC_AZURE_CHANNEL
The caller ID for any Bot Framework channel. |
| static final java.lang.String |
US_GOV_CHANNEL
The caller ID for any Bot Framework US Government cloud channel. |
Methods inherited from java.lang.Object
Field Details
BOT_TO_BOT_PREFIX
public static final String BOT_TO_BOT_PREFIX
The caller ID prefix when a bot initiates a request to another bot. This prefix will be followed by the Azure Active Directory App ID of the bot that initiated the call.
PUBLIC_AZURE_CHANNEL
public static final String PUBLIC_AZURE_CHANNEL
The caller ID for any Bot Framework channel.
US_GOV_CHANNEL
public static final String US_GOV_CHANNEL
The caller ID for any Bot Framework US Government cloud channel.