Layer 227
constructor
aiComposeToneExample#f1d628ec from:TextWithEntities to:TextWithEntities = AiComposeToneExample;

Parameters

Name Type Description
From TextWithEntities The original, un-transformed sample message
To TextWithEntities The same sample message after being rephrased with this tone

Gogram Example

// Creating AiComposeToneExampleObj constructor
obj := &tg.AiComposeToneExampleObj{
    From: &tg.TextWithEntities{},
    To: &tg.TextWithEntities{},
}