Uses of Class
com.vonage.client.conversations.Conversation
Packages that use Conversation
-
Uses of Conversation in com.vonage.client.conversations
Subclasses of Conversation in com.vonage.client.conversationsModifier and TypeClassDescriptionclassResponse object when querying a user's conversations.Methods in com.vonage.client.conversations that return ConversationModifier and TypeMethodDescriptionConversation.Builder.build()Builds the Conversation.ConversationsClient.createConversation(Conversation request) Creates a new Conversation within the application.ConversationsClient.getConversation(String conversationId) Retrieve a conversation by its ID.ConversationsClient.updateConversation(String conversationId, Conversation request) Update an existing conversation's settings / parameters.Methods in com.vonage.client.conversations with parameters of type ConversationModifier and TypeMethodDescriptionConversationsClient.createConversation(Conversation request) Creates a new Conversation within the application.ConversationsClient.updateConversation(String conversationId, Conversation request) Update an existing conversation's settings / parameters.