Survey
Example
val properties = SurveyCsatProperties(
conversationId = conversationId
)
bird.tracker.survey.csat(properties)let properties = SurveyCsatProperties(
conversationId: conversationId
)
bird.tracker.survey.csat(properties)const properties: SurveyCsatProperties = {
conversation_id: conversation_id
};
Bird.tracker.survey.csat(properties, event_opts);Methods
csat()
val properties = SurveyCsatProperties(
conversationId = conversationId
)
bird.tracker.survey.csat(properties)let properties = SurveyCsatProperties(
conversationId: conversationId
)
bird.tracker.survey.csat(properties)const properties: SurveyCsatProperties = {
conversation_id: conversation_id
};
Bird.tracker.survey.csat(properties, event_opts);SurveyCsatProperties
Property
Type
Last updated
Was this helpful?

