Class ResponseGenericChannel
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.ResponseGenericChannel
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ResponseGenericChannel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
ResponseGenericChannel.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResponseGenericChannel.BuilderBuilder.static interfaceResponseGenericChannel.ChannelA channel for which the response is intended. -
Method Summary
Modifier and Type Method Description Stringchannel()Gets the channel.ResponseGenericChannel.BuildernewBuilder()New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ResponseGenericChannel builder
-
channel
Gets the channel.A channel for which the response is intended.
- Returns:
- the channel
-