ChatTranscriptDetails Interface
public interface ChatTranscriptDetails
An immutable client-side representation of ChatTranscriptDetails.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Chat |
innerModel()
Gets the inner com. |
|
abstract
List<Message |
messages()
Gets the messages property: List of chat transcript communication resources. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Offset |
startTime()
Gets the start |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ChatTranscriptDetailsInner innerModel()
Gets the inner com.azure.resourcemanager.support.fluent.models.ChatTranscriptDetailsInner object.
Returns:
messages
public abstract List<MessageProperties> messages()
Gets the messages property: List of chat transcript communication resources.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the startTime property: Time in UTC (ISO 8601 format) when the chat began.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: