You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see all the functions provided by SDK in the **extended [readme.md](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/symbl/readme.md) file**.
178
+
You can see all the functions provided by SDK in the **extended [readme.md](https://github.com/symblai/symbl-python/blob/main/symbl/readme.md) file**.
179
179
180
-
You can go through some examples for understanding the use of all functionality [Explore more example](https://github.com/symblai/symbl-python/tree/roshani_Conversation_data_api/example)
180
+
You can go through some examples for understanding the use of all functionality [Explore more example](https://github.com/symblai/symbl-python/tree/main/example)
Copy file name to clipboardExpand all lines: symbl/readme.md
+15-16
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.A
45
45
46
46
>returns conversation object
47
47
>
48
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Audio_API/process_audio_file.py) to check the example for usage of parameters/arguments and conversation object
48
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Audio_API/process_audio_file.py) to check the example for usage of parameters/arguments and conversation object
49
49
50
50
2. process_url(payload):
51
51
>Parameter Name | Required | Value
@@ -57,8 +57,8 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.A
57
57
58
58
>returns conversation object
59
59
>
60
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Audio_API/process_audio_url.py) to check the example for usage of parameters/arguments and conversation object
61
-
60
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Audio_API/process_audio_url.py) to check the example for usage of parameters/arguments and conversation object
61
+
62
62
3. append_file(file_path, conversation_id):
63
63
>Parameter Name | Required | Value
64
64
>--- | --- | ---
@@ -71,7 +71,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.A
71
71
72
72
>returns conversation object
73
73
>
74
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Audio_API/append_audio_file.py) to check the example for usage of parameters/arguments and conversation object
74
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Audio_API/append_audio_file.py) to check the example for usage of parameters/arguments and conversation object
75
75
76
76
4. append_url(payload, conversation_id):
77
77
>Parameter Name | Required | Value
@@ -84,8 +84,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.A
84
84
85
85
>returns conversation object
86
86
>
87
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Audio_API/append_audio_url.py) to check the example for usage of parameters/arguments and conversation object
88
-
87
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Audio_API/append_audio_url.py) to check the example for usage of parameters/arguments and conversation object
89
88
90
89
# Video class
91
90
@@ -104,7 +103,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.V
104
103
105
104
>returns conversation object
106
105
>
107
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Video_API/process_video_file.py) to check the example for usage of parameters/arguments and conversation object
106
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Video_API/process_video_file.py) to check the example for usage of parameters/arguments and conversation object
108
107
109
108
2. process_url(payload):
110
109
>Parameter Name | Required | Value
@@ -116,7 +115,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.V
116
115
117
116
>returns conversation object
118
117
>
119
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Video_API/process_video_url.py) to check the example for usage of parameters/arguments and conversation object
118
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Video_API/process_video_url.py) to check the example for usage of parameters/arguments and conversation object
120
119
121
120
3. append_file(file_path, conversation_id):
122
121
>Parameter Name | Required | Value
@@ -130,7 +129,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.V
130
129
131
130
>returns conversation object
132
131
>
133
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Video_API/append_video_file.py) to check the example for usage of parameters/arguments and conversation object
132
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Video_API/append_video_file.py) to check the example for usage of parameters/arguments and conversation object
134
133
135
134
4. append_url(payload, conversation_id):
136
135
>Parameter Name | Required | Value
@@ -143,7 +142,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.V
143
142
144
143
>returns conversation object
145
144
>
146
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Video_API/append_video_url.py) to check the example for usage of parameters/arguments and conversation object
145
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Video_API/append_video_url.py) to check the example for usage of parameters/arguments and conversation object
147
146
148
147
# Text class
149
148
@@ -162,7 +161,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.T
162
161
163
162
>returns conversation object
164
163
>
165
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Text_API/process_text.py) to check the example for usage of parameters/arguments and conversation object
164
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Text_API/process_text.py) to check the example for usage of parameters/arguments and conversation object
166
165
167
166
2. append(payload, conversation_id):
168
167
>Parameter Name | Required | Value
@@ -175,7 +174,7 @@ You can utilize different functions of Async APIs by directly utilizing `symbl.T
175
174
176
175
>returns conversation object
177
176
>
178
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Async_API/Text_API/append_text.py) to check the example for usage of parameters/arguments and conversation object
177
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Async_API/Text_API/append_text.py) to check the example for usage of parameters/arguments and conversation object
179
178
180
179
## conversation object
181
180
@@ -277,7 +276,7 @@ conversation_id=1234567890 # Update with the conversation Id of your conversatio
>to access more insights click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Conversation_Class/conversation_class.py)
279
+
>to access more insights click [here](https://github.com/symblai/symbl-python/tree/main/example/Conversation_Class/conversation_class.py)
281
280
282
281
# Telephony class
283
282
@@ -297,7 +296,7 @@ Based on PSTN and SIP protocols, the Telephony API provides an interface for the
297
296
298
297
>returns connection object
299
298
>
300
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Telephony_API/telephony_pstn.py) to check the example for usage of parameters/arguments and connection object
299
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Telephony_API/telephony_pstn.py) to check the example for usage of parameters/arguments and connection object
301
300
>
302
301
>For more details check [here][telephony-docs]
303
302
@@ -315,7 +314,7 @@ Based on PSTN and SIP protocols, the Telephony API provides an interface for the
315
314
316
315
>returns connection object
317
316
>
318
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Telephony_API/telephony_sip.py) to check the example for usage of parameters/arguments and connection object
317
+
>click [here]https://github.com/symblai/symbl-python/tree/main/example/Telephony_API/telephony_sip.py) to check the example for usage of parameters/arguments and connection object
319
318
>
320
319
>For more details check [here][telephony-docs]
321
320
@@ -364,7 +363,7 @@ Symbl's Streaming API is based on WebSocket protocol and can be used for real-ti
364
363
365
364
>returns connection object
366
365
>
367
-
>click [here](https://github.com/symblai/symbl-python/blob/roshani_Conversation_data_api/example/Streaming_API/streaming.py) to check the example for usage of parameters/arguments and connection object
366
+
>click [here](https://github.com/symblai/symbl-python/tree/main/example/Streaming_API/streaming.py) to check the example for usage of parameters/arguments and connection object
0 commit comments