public class MessageContextStateless
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
MessageContextStateless.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
MessageContextGlobalStateless |
global()
Gets the global.
|
Map<String,Object> |
integrations()
Gets the integrations.
|
MessageContextStateless.Builder |
newBuilder()
New builder.
|
Map<String,MessageContextSkill> |
skills()
Gets the skills.
|
public MessageContextStateless.Builder newBuilder()
public MessageContextGlobalStateless global()
Session context data that is shared by all skills used by the assistant.
public Map<String,MessageContextSkill> skills()
Information specific to particular skills used by the assistant.
public Map<String,Object> integrations()
An object containing context data that is specific to particular integrations. For more information, see the [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-dialog-integrations).
Copyright © 2022 IBM Cloud. All rights reserved.