ConversationArgs

constructor(actionOnDestroy: Output<String>? = null, actionOnUpdatePermanentMembers: Output<String>? = null, adoptExistingChannel: Output<Boolean>? = null, isArchived: Output<Boolean>? = null, isPrivate: Output<Boolean>? = null, name: Output<String>? = null, permanentMembers: Output<List<String>>? = null, purpose: Output<String>? = null, topic: Output<String>? = null)