Package com.oracle.bmc.oda.model
Class MSTeamsChannel.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.MSTeamsChannel.Builder
-
- Enclosing class:
- MSTeamsChannel
public static class MSTeamsChannel.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public MSTeamsChannel.Builder id(String id)
-
name
public MSTeamsChannel.Builder name(String name)
-
description
public MSTeamsChannel.Builder description(String description)
-
category
public MSTeamsChannel.Builder category(ChannelCategory category)
-
sessionExpiryDurationInMilliseconds
public MSTeamsChannel.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
-
lifecycleState
public MSTeamsChannel.Builder lifecycleState(LifecycleState lifecycleState)
-
timeCreated
public MSTeamsChannel.Builder timeCreated(Date timeCreated)
-
timeUpdated
public MSTeamsChannel.Builder timeUpdated(Date timeUpdated)
-
freeformTags
public MSTeamsChannel.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public MSTeamsChannel.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
msaAppId
public MSTeamsChannel.Builder msaAppId(String msaAppId)
The Microsoft App ID that you obtained when you created your bot registration in Azure.- Parameters:
msaAppId
- the value to set- Returns:
- this builder
-
botId
public MSTeamsChannel.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.- Parameters:
botId
- the value to set- Returns:
- this builder
-
webhookUrl
public MSTeamsChannel.Builder webhookUrl(String webhookUrl)
The URL to use to send messages to this channel.This will be generally be used to configure a webhook in a 3rd party messaging system to send messages to this channel.
- Parameters:
webhookUrl
- the value to set- Returns:
- this builder
-
build
public MSTeamsChannel build()
-
copy
public MSTeamsChannel.Builder copy(MSTeamsChannel model)
-
-