CallerIdConstants Class

  • java.lang.Object
    • com.microsoft.bot.schema.CallerIdConstants

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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.

Applies to