Omnichannel Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. Channel - com.
azure. resourcemanager. botservice. models. Omnichannel
- com.
- com.
public final class Omnichannel
extends Channel
Omnichannel channel definition.
Constructor Summary
| Constructor | Description |
|---|---|
| Omnichannel() |
Creates an instance of Omnichannel class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
channelName()
Get the channel |
| static Omnichannel |
fromJson(JsonReader jsonReader)
Reads an instance of Omnichannel from the Json |
| String |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Omnichannel |
withEtag(String etag)
Set the etag property: Entity Tag of the resource. |
| Omnichannel |
withLocation(String location)
Set the location property: Specifies the location of the resource. |
Methods inherited from Channel
Methods inherited from java.lang.Object
Constructor Details
Omnichannel
public Omnichannel()
Creates an instance of Omnichannel class.
Method Details
channelName
public String channelName()
Get the channelName property: The channel name.
Overrides:
Omnichannel.channelName()Returns:
fromJson
public static Omnichannel fromJson(JsonReader jsonReader)
Reads an instance of Omnichannel from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public String provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Overrides:
Omnichannel.provisioningState()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
Omnichannel.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
Omnichannel.validate()withEtag
public Omnichannel withEtag(String etag)
Set the etag property: Entity Tag of the resource.
Overrides:
Omnichannel.withEtag(String etag)Parameters:
withLocation
public Omnichannel withLocation(String location)
Set the location property: Specifies the location of the resource.
Overrides:
Omnichannel.withLocation(String location)Parameters: