public static enum MediaProperty.MediaPropertyKey extends java.lang.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.
|
CALL_LENGTH
Define how long you want the call to be in Secs
|
CONFERENCE_END_ON_DISCONNECT
The conference ends when this flag is set to true.
|
CONFERENCE_EXIT_ON_STAR
Any time during the conference, if this 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
|
FINISH_ON_KEY
Stop collecting user input once this key is pressed
|
MACHINE_DETECTION |
RECORD_FROM_ANSWER
Do voice recording on single channel when the phone is answered.
|
RECORD_FROM_ANSWER_DUAL
Do voice Recording on separate channel
|
RECORD_FROM_RINGING
Start the voice recording when the phone starts ringing
|
RECORD_FROM_RINGING_DUAL
Start the voice recording when the phone starts ringing.
|
RECORD_FROM_START
Used to record the conference call.
|
RETRY_LIMIT
defines the number of times the question should repeat in case of a wrong answer input.
|
SPEECH_HINTS
Used to pass hints to voice to text engine.
|
SPEECH_TIMEOUT
Amount of time the call must collect caller's input.
|
TIMEOUT
defines the timeout associated with the call
|
TRANSCRIPT
If this is set to true.
|
TRANSCRIPT_LANG
The langauge of the recording file.
|
TRANSCRIPT_SERVICE_TYPE
The type of transcription service to use.
|
TRANSCRIPT_URL
The URL to which the transcript is POSTed to.
|
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
|
VOICE_MESSAGE_URL
defines the endpoint where the recording message must be posted to
|
| Modifier and Type | Method and Description |
|---|---|
static MediaProperty.MediaPropertyKey |
fromJson(java.lang.String name) |
static MediaProperty.MediaPropertyKey |
valueOf(java.lang.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 VOICE_MESSAGE_URL
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 final MediaProperty.MediaPropertyKey CALL_LENGTH
public static final MediaProperty.MediaPropertyKey CONFERENCE_EXIT_ON_STAR
public static final MediaProperty.MediaPropertyKey TRANSCRIPT
TRANSCRIPT_URL
accepted values are true & false.
default is falsepublic static final MediaProperty.MediaPropertyKey TRANSCRIPT_URL
TRANSCRIPT is set to truepublic static final MediaProperty.MediaPropertyKey TRANSCRIPT_LANG
public static final MediaProperty.MediaPropertyKey TRANSCRIPT_SERVICE_TYPE
public static final MediaProperty.MediaPropertyKey RECORD_FROM_ANSWER_DUAL
public static final MediaProperty.MediaPropertyKey RECORD_FROM_ANSWER
public static final MediaProperty.MediaPropertyKey RECORD_FROM_RINGING
public static final MediaProperty.MediaPropertyKey RECORD_FROM_RINGING_DUAL
public static final MediaProperty.MediaPropertyKey RECORD_FROM_START
public static final MediaProperty.MediaPropertyKey MACHINE_DETECTION
public static final MediaProperty.MediaPropertyKey FINISH_ON_KEY
public static final MediaProperty.MediaPropertyKey SPEECH_TIMEOUT
public static final MediaProperty.MediaPropertyKey SPEECH_HINTS
public static MediaProperty.MediaPropertyKey[] values()
for (MediaProperty.MediaPropertyKey c : MediaProperty.MediaPropertyKey.values()) System.out.println(c);
public static MediaProperty.MediaPropertyKey valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static MediaProperty.MediaPropertyKey fromJson(java.lang.String name)
Copyright © 2018 AskFast BV. All Rights Reserved.