ConversationControl
September 30, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| mode | str |
Example
from twitter_openapi_python_generated.models.conversation_control import ConversationControl
# TODO update the JSON string below
json = "{}"
# create an instance of ConversationControl from a JSON string
conversation_control_instance = ConversationControl.from_json(json)
# print the JSON string representation of the object
print(ConversationControl.to_json())
# convert the object into a dict
conversation_control_dict = conversation_control_instance.to_dict()
# create an instance of ConversationControl from a dict
conversation_control_from_dict = ConversationControl.from_dict(conversation_control_dict)