ChatDialogAction

fun ChatDialogAction(    modifier: Modifier = Modifier,     enabled: Boolean = true,     messageCount: Int? = null,     icon: ImageVector? = null,     bgColor: Color? = null,     iconTint: Color? = null,     badgeColor: Color? = null,     onCallAction: (CancelCall) -> Unit)

A call action button represents displaying a chat dialog.

Parameters

modifier

Optional Modifier for this action button.

enabled

Whether or not this action button will handle input events.

onCallAction

A CallAction event that will be fired.