Skip to content

Commit 295ce72

Browse files
committed
fix(manual-changes): remote transfer_infor out from runtimeResponseGeneric for assistant-v2
1 parent 8f99939 commit 295ce72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/IBM.Watson.Assistant.v2/Model/RuntimeResponseGeneric.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ public class PreferenceEnumValue
153153
[JsonProperty("agent_unavailable", NullValueHandling = NullValueHandling.Ignore)]
154154
public AgentAvailabilityMessage AgentUnavailable { get; protected set; }
155155
/// <summary>
156-
/// Routing or other contextual information to be used by target service desk systems.
157-
/// </summary>
158-
[JsonProperty("transfer_info", NullValueHandling = NullValueHandling.Ignore)]
159-
public DialogNodeOutputConnectToAgentTransferInfo TransferInfo { get; protected set; }
160-
/// <summary>
161156
/// A label identifying the topic of the conversation, derived from the **title** property of the relevant node
162157
/// or the **topic** property of the dialog node response.
163158
/// </summary>

0 commit comments

Comments
 (0)