类 MyAiVcMeetingExtra.Builder

java.lang.Object
com.lark.oapi.service.vc.v1.model.MyAiVcMeetingExtra.Builder
封闭类:
MyAiVcMeetingExtra

public static class MyAiVcMeetingExtra.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • vcMeetingId

      public MyAiVcMeetingExtra.Builder vcMeetingId(String vcMeetingId)
      会议id

      示例值:6909384684539478036

      参数:
      vcMeetingId -
      返回:
    • vcLocale

      public MyAiVcMeetingExtra.Builder vcLocale(String vcLocale)
      客户端语言

      示例值:zh_cn

      参数:
      vcLocale -
      返回:
    • vcApplinkHost

      public MyAiVcMeetingExtra.Builder vcApplinkHost(String vcApplinkHost)
      applink域名

      示例值:applink.feishu.cn

      参数:
      vcApplinkHost -
      返回:
    • vcAppVersion

      public MyAiVcMeetingExtra.Builder vcAppVersion(String vcAppVersion)
      app版本

      示例值:7.0.0

      参数:
      vcAppVersion -
      返回:
    • vcFeatureConfig

      public MyAiVcMeetingExtra.Builder vcFeatureConfig(String vcFeatureConfig)
      功能开关,用于一些功能服务端确认客户端是否可以执行。

      示例值:recording_status

      参数:
      vcFeatureConfig -
      返回:
    • quickExecuteParamRichTag

      public MyAiVcMeetingExtra.Builder quickExecuteParamRichTag(String quickExecuteParamRichTag)
      端上富文本额外信息

      示例值:json字符串

      参数:
      quickExecuteParamRichTag -
      返回:
    • build

      public MyAiVcMeetingExtra build()