com.sinch.sdk.domains.conversation.models.v1.capability.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sinch-sdk-java Show documentation
Show all versions of sinch-sdk-java Show documentation
SDK providing a Java API for the Sinch REST APIs.
/**
* Conversation models for Capability
*
* A capability query checks the options available for reaching the contact on the channels on
* which it has a channel identity.
*
*
Capability queries can only be executed for contacts that already exist in a project and app.
* For executing the request, either the contact ID or the channel recipient identities of the
* contact are required.
*
*
The request is executed asynchronously, therefore the service responds immediately. The result
* of the capability query is sent to the registered webhook for the CAPABILITY trigger.
*
* @see Capability
* @since 1.3
*/
package com.sinch.sdk.domains.conversation.models.v1.capability;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy