ContinueConversationLater.Date 属性

定义

获取或设置表达式,该表达式解析为日期/时间以继续会话。

public AdaptiveExpressions.Properties.StringExpression Date { get; set; }
member this.Date : AdaptiveExpressions.Properties.StringExpression with get, set
Public Property Date As StringExpression

属性值

用于继续对话的 ISO 8601 格式的日期/时间字符串。

示例

=addHour (utcNow () , 1) 。

适用于