diff --git a/webexteamssdk/models/mixins/attachment_action.py b/webexteamssdk/models/mixins/attachment_action.py index ee3aa80..6c2b3f2 100644 --- a/webexteamssdk/models/mixins/attachment_action.py +++ b/webexteamssdk/models/mixins/attachment_action.py @@ -69,7 +69,7 @@ def messageId(self): @property def inputs(self): - """The action's inputs.""" + """The attachment action's inputs""" return self._json_data.get('inputs') @property