ChatTranscriptDetailsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. support. fluent. models. ChatTranscriptDetailsInner
- com.
- com.
public final class ChatTranscriptDetailsInner
extends ProxyResource
Object that represents a Chat Transcript resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ChatTranscriptDetailsInner() |
Creates an instance of Chat |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Chat |
fromJson(JsonReader jsonReader)
Reads an instance of Chat |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
List<Message |
messages()
Get the messages property: List of chat transcript communication resources. |
| String |
name()
Get the name property: The name of the resource. |
|
Offset |
startTime()
Get the start |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Chat |
withMessages(List<MessageProperties> messages)
Set the messages property: List of chat transcript communication resources. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ChatTranscriptDetailsInner
public ChatTranscriptDetailsInner()
Creates an instance of ChatTranscriptDetailsInner class.
Method Details
fromJson
public static ChatTranscriptDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of ChatTranscriptDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ChatTranscriptDetailsInner.id()Returns:
messages
public List<MessageProperties> messages()
Get the messages property: List of chat transcript communication resources.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ChatTranscriptDetailsInner.name()Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Time in UTC (ISO 8601 format) when the chat began.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ChatTranscriptDetailsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ChatTranscriptDetailsInner.type()Returns:
validate
public void validate()
Validates the instance.
withMessages
public ChatTranscriptDetailsInner withMessages(List<MessageProperties> messages)
Set the messages property: List of chat transcript communication resources.
Parameters:
Returns: