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