asInteractionInput method

InteractionInput asInteractionInput()

Converts this String value into an InteractionInput.

Implementation

InteractionInput asInteractionInput() => InteractionInput.fromString(this);