| Package | Description | 
|---|---|
| com.tencentcloudapi.essbasic.v20210526.models | 
| Modifier and Type | Method and Description | 
|---|---|
IntentionQuestion[] | 
Intention.getIntentionQuestions()
Get 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。` 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Intention.setIntentionQuestions(IntentionQuestion[] IntentionQuestions)
Set 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。` 
 | 
| Constructor and Description | 
|---|
IntentionQuestion(IntentionQuestion source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
Copyright © 2024. All rights reserved.