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.
1 parent f6160b2 commit 21c6ae9Copy full SHA for 21c6ae9
dialogflow/participant_management.py
@@ -36,7 +36,7 @@ def create_participant(project_id, conversation_id, role):
36
)
37
if role in ROLES:
38
response = client.create_participant(
39
- parent=conversation_path, participant={"role": role}, timeout=400
+ parent=conversation_path, participant={"role": role}, timeout=600
40
41
print("Participant Created.")
42
print("Role: {}".format(response.role))
0 commit comments