ChatTranscriptDetailsInner Class

public final class ChatTranscriptDetailsInner
extends ProxyResource

Object that represents a Chat Transcript resource.

Constructor Summary

Constructor Description
ChatTranscriptDetailsInner()

Creates an instance of ChatTranscriptDetailsInner class.

Method Summary

Modifier and Type Method and Description
List<MessageProperties> messages()

Get the messages property: List of chat transcript communication resources.

OffsetDateTime startTime()

Get the startTime property: Time in UTC (ISO 8601 format) when the chat began.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

ChatTranscriptDetailsInner 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:

the messages value.

startTime

public OffsetDateTime startTime()

Get the startTime property: Time in UTC (ISO 8601 format) when the chat began.

Returns:

the startTime value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

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:

messages - the messages value to set.

Returns:

the ChatTranscriptDetailsInner object itself.

Applies to