We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c6950b + ceea649 commit 66d0c16Copy full SHA for 66d0c16
webexteamssdk/models/mixins/attachment_action.py
@@ -70,7 +70,7 @@ def messageId(self):
70
@property
71
def inputs(self):
72
"""The action's inputs."""
73
- return self._json_data('inputs')
+ return self._json_data.get('inputs')
74
75
76
def created(self):
0 commit comments