com.tencentcloudapi.essbasic.v20210526.models.Intention Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tencentcloud-sdk-java-essbasic Show documentation
Show all versions of tencentcloud-sdk-java-essbasic Show documentation
Tencent Cloud Open API SDK for Java
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.essbasic.v20210526.models;
import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class Intention extends AbstractModel {
/**
* 视频认证类型,支持以下类型
- 1 : 问答模式
- 2 : 点头模式
注: `视频认证为白名单功能,使用前请联系对接的客户经理沟通。`
*/
@SerializedName("IntentionType")
@Expose
private Long IntentionType;
/**
* 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`
*/
@SerializedName("IntentionQuestions")
@Expose
private IntentionQuestion [] IntentionQuestions;
/**
* 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。
注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
*/
@SerializedName("IntentionActions")
@Expose
private IntentionAction [] IntentionActions;
/**
* Get 视频认证类型,支持以下类型
- 1 : 问答模式
- 2 : 点头模式
注: `视频认证为白名单功能,使用前请联系对接的客户经理沟通。`
* @return IntentionType 视频认证类型,支持以下类型
- 1 : 问答模式
- 2 : 点头模式
注: `视频认证为白名单功能,使用前请联系对接的客户经理沟通。`
*/
public Long getIntentionType() {
return this.IntentionType;
}
/**
* Set 视频认证类型,支持以下类型
- 1 : 问答模式
- 2 : 点头模式
注: `视频认证为白名单功能,使用前请联系对接的客户经理沟通。`
* @param IntentionType 视频认证类型,支持以下类型
- 1 : 问答模式
- 2 : 点头模式
注: `视频认证为白名单功能,使用前请联系对接的客户经理沟通。`
*/
public void setIntentionType(Long IntentionType) {
this.IntentionType = IntentionType;
}
/**
* Get 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`
* @return IntentionQuestions 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`
*/
public IntentionQuestion [] getIntentionQuestions() {
return this.IntentionQuestions;
}
/**
* Set 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`
* @param IntentionQuestions 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`
*/
public void setIntentionQuestions(IntentionQuestion [] IntentionQuestions) {
this.IntentionQuestions = IntentionQuestions;
}
/**
* Get 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。
注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
* @return IntentionActions 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。
注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
*/
public IntentionAction [] getIntentionActions() {
return this.IntentionActions;
}
/**
* Set 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。
注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
* @param IntentionActions 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。
注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
*/
public void setIntentionActions(IntentionAction [] IntentionActions) {
this.IntentionActions = IntentionActions;
}
public Intention() {
}
/**
* 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.
*/
public Intention(Intention source) {
if (source.IntentionType != null) {
this.IntentionType = new Long(source.IntentionType);
}
if (source.IntentionQuestions != null) {
this.IntentionQuestions = new IntentionQuestion[source.IntentionQuestions.length];
for (int i = 0; i < source.IntentionQuestions.length; i++) {
this.IntentionQuestions[i] = new IntentionQuestion(source.IntentionQuestions[i]);
}
}
if (source.IntentionActions != null) {
this.IntentionActions = new IntentionAction[source.IntentionActions.length];
for (int i = 0; i < source.IntentionActions.length; i++) {
this.IntentionActions[i] = new IntentionAction(source.IntentionActions[i]);
}
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "IntentionType", this.IntentionType);
this.setParamArrayObj(map, prefix + "IntentionQuestions.", this.IntentionQuestions);
this.setParamArrayObj(map, prefix + "IntentionActions.", this.IntentionActions);
}
}