Contents

CXSetTranslatingCallAction

An encapsulation of the act of translating a call.

Declaration

class CXSetTranslatingCallAction

Overview

CXSetTranslatingCallAction is a concrete subclass of CXCallAction. When a caller chooses to translate a conversation, the system provides translated captions, and a translated transcript of the call and the CXProvider sends the provider(_:perform:) to its delegate. The provider’s delegate calls the fulfill() method to indicate that the action was successfully performed.

Topics

Creating New Actions

Accessing Action Attributes

Completing Actions

Initializers

Instance Properties

Instance Methods

See Also

Call-related actions