CallerIdConstants Classe
- java.
lang. Object - com.
microsoft. bot. schema. CallerIdConstants
- com.
public final class CallerIdConstants
Constantes pour les valeurs CallerId.
Récapitulatif du champ
| Modificateur et type | Champ et description |
|---|---|
| static final java.lang.String |
BOT_TO_BOT_PREFIX
Préfixe d’ID de l’appelant lorsqu’un bot lance une demande à un autre bot. |
| static final java.lang.String |
PUBLIC_AZURE_CHANNEL
ID de l’appelant pour n’importe quel canal Bot Framework. |
| static final java.lang.String |
US_GOV_CHANNEL
ID de l’appelant pour n’importe quel canal cloud Bot Framework US Government. |
Méthodes héritées de java.lang.Object
Détails du champ
BOT_TO_BOT_PREFIX
public static final String BOT_TO_BOT_PREFIX
Préfixe d’ID de l’appelant lorsqu’un bot lance une demande à un autre bot. Ce préfixe sera suivi de l’ID d’application Azure Active Directory du bot qui a lancé l’appel.
PUBLIC_AZURE_CHANNEL
public static final String PUBLIC_AZURE_CHANNEL
ID de l’appelant pour n’importe quel canal Bot Framework.
US_GOV_CHANNEL
public static final String US_GOV_CHANNEL
ID de l’appelant pour n’importe quel canal cloud Bot Framework US Government.