# Operation

We integrate announcements, guides, news, etc. with the customer service system at the same entrance, greatly improving the efficiency of information dissemination, so that users can understand the latest product trends more conveniently, and communicate with the customer service team more directly and efficiently.

# API

# ShowOperation()

You can call the AIHelp operation module by calling this function:

FAIHelpForUEModule::Get().GetAIHelp()->ShowOperation(
    3,
    "Support",
    EAIHelpConversationIntent::Human,
    false,
    "This is a welcome message for operation.",
    "THE SAME CONTENT AS YOUR SPECIFIC 'User Say' CONFIGURATION" 
);

# Definition

# selectIndex

  • Type: int
  • Default: 0
  • Details: Optional. Default select tab index in operation

# conversationTitle

  • Type: FString
  • Default: HELP
  • Details: Optional. The tab title for customer service in operation

# conversationIntent

  • Type: EAIHelpConversationIntent
  • Default: EAIHelpConversationIntent::Bot
  • Details: Optional. Intent for customer service display

# alwaysShowHumanSupportButtonInBotPage

  • Type: bool
  • Default: false
  • Details: Optional. Entrance visibility for human support button in bot page

# welcomeMessage

  • Type: FString
  • Default: ''
  • Details: Optional. Custom welcome message for human support

# storyNode

  • Type: FString
  • Default: ''
  • Details: Optional. Entrance node for specific story line, a.k.a: story lines' user say

# Page Example

Page examples based on the above scenario are as follows:

Last Updated: 8/1/2023, 2:02:11 AM