Package ai.tock.bot.admin.test
Class ClientMessageConverterKt
-
- All Implemented Interfaces:
public final class ClientMessageConverterKt
-
-
Method Summary
Modifier and Type Method Description final static ClientAttachmentTypetoClientAttachmentType(SendAttachment.AttachmentType $self)final static SendAttachment.AttachmentTypetoAttachmentType(ClientAttachmentType $self)final static ClientLocationtoClientLocation(Location $self)final static LocationtoLocation(ClientLocation $self)final static ClientConnectorTypetoClientConnectorType(ConnectorType $self)final static ConnectorTypetoConnectorType(ClientConnectorType $self)final static ClientUserInterfaceTypetoClientUserInterfaceType(UserInterfaceType $self)final static UserInterfaceTypetoUserInterfaceType(ClientUserInterfaceType $self)final static ClientMessagetoClientMessage(Message $self)final static MessagetoMessage(ClientMessage $self)final static ClientGenericMessagetoClientSentenceElement(GenericMessage $self)final static GenericMessagetoSentenceElement(ClientGenericMessage $self)final static ClientGenericElementtoClientSentenceSubElement(GenericElement $self)final static GenericElementtoSentenceSubElement(ClientGenericElement $self)-
-
Method Detail
-
toClientAttachmentType
final static ClientAttachmentType toClientAttachmentType(SendAttachment.AttachmentType $self)
-
toAttachmentType
final static SendAttachment.AttachmentType toAttachmentType(ClientAttachmentType $self)
-
toClientLocation
final static ClientLocation toClientLocation(Location $self)
-
toLocation
final static Location toLocation(ClientLocation $self)
-
toClientConnectorType
final static ClientConnectorType toClientConnectorType(ConnectorType $self)
-
toConnectorType
final static ConnectorType toConnectorType(ClientConnectorType $self)
-
toClientUserInterfaceType
final static ClientUserInterfaceType toClientUserInterfaceType(UserInterfaceType $self)
-
toUserInterfaceType
final static UserInterfaceType toUserInterfaceType(ClientUserInterfaceType $self)
-
toClientMessage
final static ClientMessage toClientMessage(Message $self)
-
toMessage
final static Message toMessage(ClientMessage $self)
-
toClientSentenceElement
final static ClientGenericMessage toClientSentenceElement(GenericMessage $self)
-
toSentenceElement
final static GenericMessage toSentenceElement(ClientGenericMessage $self)
-
toClientSentenceSubElement
final static ClientGenericElement toClientSentenceSubElement(GenericElement $self)
-
toSentenceSubElement
final static GenericElement toSentenceSubElement(ClientGenericElement $self)
-
-
-
-