aicompose.deleteTone
No description available.
func (c *Client) AicomposeDeleteTone(ctx context.Context, tone InputAiComposeToneClass) (bool, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.AicomposeDeleteTone(ctx, tone)
if err != nil {
return err
}
_ = res // bool
return nil
})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
Tone | InputAiComposeToneClass | yes | Tone field of AicomposeDeleteToneRequest. |
Returns
bool
References
- Official documentation
- Generated Go reference
- TL definition:
aicompose.deleteTone#dd39316a