|
| 1 | +// This file is auto-generated, don't edit it. Thanks. |
| 2 | + |
| 3 | +using System; |
| 4 | +using System.Collections.Generic; |
| 5 | +using System.IO; |
| 6 | + |
| 7 | +using Tea; |
| 8 | + |
| 9 | +namespace AlibabaCloud.SDK.Chatbot20220408.Models |
| 10 | +{ |
| 11 | + public class CreateFaqShrinkRequest : TeaModel { |
| 12 | + /// <summary> |
| 13 | + /// <b>Example:</b> |
| 14 | + /// <para>ac627989eb4f8a98ed05fd098bbae5_p_beebot_public</para> |
| 15 | + /// </summary> |
| 16 | + [NameInMap("AgentKey")] |
| 17 | + [Validation(Required=false)] |
| 18 | + public string AgentKey { get; set; } |
| 19 | + |
| 20 | + /// <summary> |
| 21 | + /// <para>This parameter is required.</para> |
| 22 | + /// |
| 23 | + /// <b>Example:</b> |
| 24 | + /// <para>1000053274</para> |
| 25 | + /// </summary> |
| 26 | + [NameInMap("CategoryId")] |
| 27 | + [Validation(Required=false)] |
| 28 | + public long? CategoryId { get; set; } |
| 29 | + |
| 30 | + /// <summary> |
| 31 | + /// <b>Example:</b> |
| 32 | + /// <para>2030年12月31日T16:00:00Z</para> |
| 33 | + /// </summary> |
| 34 | + [NameInMap("EndDate")] |
| 35 | + [Validation(Required=false)] |
| 36 | + public string EndDate { get; set; } |
| 37 | + |
| 38 | + [NameInMap("SolutionContent")] |
| 39 | + [Validation(Required=false)] |
| 40 | + public string SolutionContent { get; set; } |
| 41 | + |
| 42 | + /// <summary> |
| 43 | + /// <b>Example:</b> |
| 44 | + /// <para>0</para> |
| 45 | + /// </summary> |
| 46 | + [NameInMap("SolutionType")] |
| 47 | + [Validation(Required=false)] |
| 48 | + public int? SolutionType { get; set; } |
| 49 | + |
| 50 | + /// <summary> |
| 51 | + /// <b>Example:</b> |
| 52 | + /// <para>2022年05月25日T16:28:36Z</para> |
| 53 | + /// </summary> |
| 54 | + [NameInMap("StartDate")] |
| 55 | + [Validation(Required=false)] |
| 56 | + public string StartDate { get; set; } |
| 57 | + |
| 58 | + [NameInMap("TagIdList")] |
| 59 | + [Validation(Required=false)] |
| 60 | + public string TagIdListShrink { get; set; } |
| 61 | + |
| 62 | + /// <summary> |
| 63 | + /// <para>This parameter is required.</para> |
| 64 | + /// </summary> |
| 65 | + [NameInMap("Title")] |
| 66 | + [Validation(Required=false)] |
| 67 | + public string Title { get; set; } |
| 68 | + |
| 69 | + } |
| 70 | + |
| 71 | +} |
0 commit comments