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 0b834e6 commit f3a1eb1Copy full SHA for f3a1eb1
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