Class ChannelTransferTargetChat
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.ChannelTransferTargetChat
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ChannelTransferTargetChat
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information for transferring to the web chat integration.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChannelTransferTargetChat.Builder
Builder. -
Method Summary
Modifier and Type Method Description ChannelTransferTargetChat.Builder
newBuilder()
New builder.String
url()
Gets the url.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ChannelTransferTargetChat builder
-
url
Gets the url.The URL of the target web chat.
- Returns:
- the url
-