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 |
|---|---|
|
List<Message |
messages()
Get the messages property: List of chat transcript communication resources. |
|
Offset |
startTime()
Get the start |
|
System |
systemData()
Get the system |
| 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
messages
public List<MessageProperties> messages()
Get the messages property: List of chat transcript communication resources.
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:
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: