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 ChatTranscriptDetailsInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.ChatTranscriptDetailsInner object.

abstract List<MessageProperties> messages()

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

abstract String name()

Gets the name property: The name of the resource.

abstract OffsetDateTime startTime()

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

abstract SystemData systemData()

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

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:

the id value.

innerModel

public abstract ChatTranscriptDetailsInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.ChatTranscriptDetailsInner object.

Returns:

the inner object.

messages

public abstract List<MessageProperties> messages()

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

Returns:

the messages value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

startTime

public abstract OffsetDateTime startTime()

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

Returns:

the startTime value.

systemData

public abstract SystemData systemData()

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

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to