Uses of Class
com.oracle.bmc.oda.model.MSTeamsChannel.Builder
-
Packages that use MSTeamsChannel.Builder Package Description com.oracle.bmc.oda.model -
-
Uses of MSTeamsChannel.Builder in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return MSTeamsChannel.Builder Modifier and Type Method Description MSTeamsChannel.Builder
MSTeamsChannel.Builder. botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.static MSTeamsChannel.Builder
MSTeamsChannel. builder()
Create a new builder.MSTeamsChannel.Builder
MSTeamsChannel.Builder. category(ChannelCategory category)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. copy(MSTeamsChannel model)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. description(String description)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. freeformTags(Map<String,String> freeformTags)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. id(String id)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. lifecycleState(LifecycleState lifecycleState)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. msaAppId(String msaAppId)
The Microsoft App ID that you obtained when you created your bot registration in Azure.MSTeamsChannel.Builder
MSTeamsChannel.Builder. name(String name)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. timeCreated(Date timeCreated)
MSTeamsChannel.Builder
MSTeamsChannel.Builder. timeUpdated(Date timeUpdated)
MSTeamsChannel.Builder
MSTeamsChannel. toBuilder()
MSTeamsChannel.Builder
MSTeamsChannel.Builder. webhookUrl(String webhookUrl)
The URL to use to send messages to this channel.
-