prompt
Properties
amazon_bedrock.prompt
An object that accepts the prompt properties.
The prompt property accepts one of the following objects:
Regular Prompt
POM Prompts
prompt.text
The instructions to send to the agent.
prompt.temperature
Randomness setting. Float value between 0.0 and 1.5. Closer to 0 will make the output less random.
prompt.top_p
Randomness setting. Alternative to temperature. Float value between 0.0 and 1.0.
prompt.confidence
Threshold to fire a speech-detect event at the end of the utterance.
voice_id
The voice the Amazon Bedrock agent will use during the interaction.
Possible Values: tiffany, matthew, amy, lupe, carlos
Variable Expansion
Use the following syntax to expand variables into your prompt.
${call_direction}
Inbound or outbound.
${caller_id_number}
The caller ID number.
${local_date}
The local date.
${spoken_date}
The spoken date.
${local_time}
The local time.
${time_of_day}
The time of day.
${supported_languages}
A list of supported languages.
${default_language}
The default language.