Method: GongAPI::ContentSelector#context_timing
- Defined in:
- lib/gong_api/models/content_selector.rb
#context_timing ⇒ Object
Timing for the context data. The field is optional and can contain either "Now" or "TimeOfCall" or both. The default value is ["Now"]. Can be provided only when the context field is set to ‘Extended’
21 22 23 |
# File 'lib/gong_api/models/content_selector.rb', line 21 def context_timing @context_timing end |