public static interface UpdateParticipantRoleConfigChannelInfo.Builder extends SdkPojo, CopyableBuilder<UpdateParticipantRoleConfigChannelInfo.Builder,UpdateParticipantRoleConfigChannelInfo>
| Modifier and Type | Method and Description |
|---|---|
UpdateParticipantRoleConfigChannelInfo.Builder |
chat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
|
default UpdateParticipantRoleConfigChannelInfo.Builder |
chat(Consumer<ChatParticipantRoleConfig.Builder> chat)
Configuration information for the chat participant role.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateParticipantRoleConfigChannelInfo.Builder chat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
chat - Configuration information for the chat participant role.default UpdateParticipantRoleConfigChannelInfo.Builder chat(Consumer<ChatParticipantRoleConfig.Builder> chat)
Configuration information for the chat participant role.
This is a convenience method that creates an instance of theChatParticipantRoleConfig.Builder
avoiding the need to create one manually via ChatParticipantRoleConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to chat(ChatParticipantRoleConfig).
chat - a consumer that will call methods on ChatParticipantRoleConfig.Builderchat(ChatParticipantRoleConfig)Copyright © 2023. All rights reserved.