public static enum MediaProperty.MediaPropertyKey extends Enum<MediaProperty.MediaPropertyKey>
| Enum Constant and Description |
|---|
ANSWER_INPUT
defines if the answer is given via dtmf, text etc
|
ANSWER_INPUT_MAX_LENGTH |
ANSWER_INPUT_MIN_LENGTH
defines the length of th answer input.
|
CONFERENCE_END_ON_DISCONNECT
The conference ends when this flag is set to true.
|
CONFERENCE_ROOM_NAME
The conference room name that has to be used to add a call to.
|
CONFERENCE_START_ON_CONNECT
The conference starts when this flag is set to true.
|
CONFERENCE_WAIT_URL
A valid url must be set against this key.
|
DTMF_TERMINATE
boolean flag to indicate if the call should terminate when a dtmf is pressed
|
RETRY_LIMIT
defines the number of times the question should repeat in case of a wrong answer input.
|
TIMEOUT
defines the timeout associated with the call
|
TSS_SPEED
defines the speed at which the TTS is spoken by the TTS engine
|
TYPE
defines a subtype for the question type.
|
USE_EXTERNAL_CALLERID
defines which caller id should be when redirecting a call.
|
USE_PRECONNECT
Pre-connect message.
|
VOICE_MESSAGE_BEEP
boolean flag to indicate if a voice mssage start should be indicated by a beep or not
|
VOICE_MESSAGE_LENGTH
defines the length of the voicemail to be recorded
|
| Modifier and Type | Method and Description |
|---|---|
static MediaProperty.MediaPropertyKey |
fromJson(String name) |
static MediaProperty.MediaPropertyKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaProperty.MediaPropertyKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaProperty.MediaPropertyKey TIMEOUT
public static final MediaProperty.MediaPropertyKey ANSWER_INPUT
public static final MediaProperty.MediaPropertyKey ANSWER_INPUT_MIN_LENGTH
public static final MediaProperty.MediaPropertyKey ANSWER_INPUT_MAX_LENGTH
public static final MediaProperty.MediaPropertyKey TYPE
public static final MediaProperty.MediaPropertyKey VOICE_MESSAGE_LENGTH
public static final MediaProperty.MediaPropertyKey RETRY_LIMIT
public static final MediaProperty.MediaPropertyKey VOICE_MESSAGE_BEEP
public static final MediaProperty.MediaPropertyKey DTMF_TERMINATE
public static final MediaProperty.MediaPropertyKey TSS_SPEED
public static final MediaProperty.MediaPropertyKey USE_EXTERNAL_CALLERID
public static final MediaProperty.MediaPropertyKey USE_PRECONNECT
public static final MediaProperty.MediaPropertyKey CONFERENCE_ROOM_NAME
public static final MediaProperty.MediaPropertyKey CONFERENCE_START_ON_CONNECT
public static final MediaProperty.MediaPropertyKey CONFERENCE_END_ON_DISCONNECT
public static final MediaProperty.MediaPropertyKey CONFERENCE_WAIT_URL
public static MediaProperty.MediaPropertyKey[] values()
for (MediaProperty.MediaPropertyKey c : MediaProperty.MediaPropertyKey.values()) System.out.println(c);
public static MediaProperty.MediaPropertyKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MediaProperty.MediaPropertyKey fromJson(String name)
Copyright © 2015 AskFast BV. All rights reserved.