Copilot (bot) table/entity reference

Represents a copilot created in Copilot Studio. https://copilotstudio.microsoft.com/

Messages

The following table lists the messages for the Copilot (bot) table. Messages represent operations that can be performed on the table. They may also be events.

Name
Is Event?
Web API Operation SDK for .NET
Assign
Event: True
PATCH /bots(botid)
Update the ownerid property.
AssignRequest
Create
Event: True
POST /bots
See Create
Create records
CreateMultiple
Event: True
CreateMultiple CreateMultipleRequest
Delete
Event: True
DELETE /bots(botid)
See Delete
Delete records
GrantAccess
Event: True
GrantAccess GrantAccessRequest
IsValidStateTransition
Event: False
IsValidStateTransition IsValidStateTransitionRequest
ModifyAccess
Event: True
ModifyAccess ModifyAccessRequest
PvaAuthorize
Event: False
PvaAuthorize Learn to use messages with the SDK for .NET
PvaCreateBotComponents
Event: False
PvaCreateBotComponents Learn to use messages with the SDK for .NET
PvaCreateContentSnapshot
Event: False
PvaCreateContentSnapshot Learn to use messages with the SDK for .NET
PvaDeleteBot
Event: False
PvaDeleteBot Learn to use messages with the SDK for .NET
PvaGetDirectLineEndpoint
Event: False
PvaGetDirectLineEndpoint Learn to use messages with the SDK for .NET
PvaProvision
Event: False
PvaProvision Learn to use messages with the SDK for .NET
PvaPublish
Event: False
PvaPublish Learn to use messages with the SDK for .NET
PvaPublishStatus
Event: False
PvaPublishStatus Learn to use messages with the SDK for .NET
Retrieve
Event: False
GET /bots(botid)
See Retrieve
Retrieve records
RetrieveMultiple
Event: False
GET /bots
See Query data
Query data
RetrievePrincipalAccess
Event: True
RetrievePrincipalAccess RetrievePrincipalAccessRequest
RetrieveSharedPrincipalsAndAccess
Event: True
RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccessRequest
RevokeAccess
Event: True
RevokeAccess RevokeAccessRequest
SetState
Event: True
PATCH /bots(botid)
Update the statecode and statuscode properties.
SetStateRequest
Update
Event: True
PATCH /bots(botid)
See Update
Update records
UpdateMultiple
Event: True
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /bots(botid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest

Properties

The following table lists selected properties for the Copilot (bot) table.

Property Value
DisplayName Copilot
DisplayCollectionName Copilots
SchemaName bot
CollectionSchemaName bots
EntitySetName bots
LogicalName bot
LogicalCollectionName bots
PrimaryIdAttribute botid
PrimaryNameAttribute name
TableType Standard
OwnershipType UserOwned

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

accesscontrolpolicy

Property Value
Description Defines which users may interact with the bot.
DisplayName Access Control Policy
IsValidForForm True
IsValidForRead True
LogicalName accesscontrolpolicy
RequiredLevel ApplicationRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName bot_accesscontrolpolicy

accesscontrolpolicy Choices/Options

Value Label
0 Any
1 Copilot readers
2 Group membership

applicationmanifestinformation

Property Value
Description Stores information with application manifest data such as Teams application information.
DisplayName Application Manifest Information
IsValidForForm True
IsValidForRead True
LogicalName applicationmanifestinformation
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1048576

authenticationconfiguration

Property Value
Description Stores information for the authentication configuration.
DisplayName Authentication Configuration Information
IsValidForForm True
IsValidForRead True
LogicalName authenticationconfiguration
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1048576

authenticationmode

Property Value
Description Defines how the bot should be authenticated to the user.
DisplayName Authentication Mode
IsValidForForm True
IsValidForRead True
LogicalName authenticationmode
RequiredLevel ApplicationRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName bot_authenticationmode

authenticationmode Choices/Options

Value Label
0 Unspecified
1 None
2 Integrated
3 Custom Azure Active Directory
4 Generic OAuth2

authenticationtrigger

Property Value
Description Defines at which point authentication for the bot should be triggered. Security can be enforced at the bot entry point, removing the need for explicit authentication nodes in the dialog flow.
DisplayName Authentication trigger
IsValidForForm True
IsValidForRead True
LogicalName authenticationtrigger
RequiredLevel ApplicationRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName bot_authenticationtrigger

authenticationtrigger Choices/Options

Value Label
0 As Needed
1 Always

authorizedsecuritygroupids

Property Value
Description Contains a comma-delimited list of up to 20 Azure Active Directory Group IDs that are allowed to interact with the bot. This field is ignored if Access Control Policy is not set to Group membership.
DisplayName Authorized Security Groups
IsValidForForm True
IsValidForRead True
LogicalName authorizedsecuritygroupids
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 739

botId

Property Value
Description Unique identifier of the Copilot.
DisplayName Bot
IsValidForForm False
IsValidForRead True
LogicalName botid
RequiredLevel SystemRequired
Type Uniqueidentifier

Configuration

Property Value
Description Used to store content of bot configuration data.
DisplayName Configuration
IsValidForForm True
IsValidForRead True
LogicalName configuration
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1048576

iconbase64

Property Value
Description Used to visually identify your bot in channels and services. Represented in a base64 encoded string. Must be in PNG format, and no larger than 30K in size. This value can be changed at any time.
DisplayName Icon (Base64)
IsValidForForm True
IsValidForRead True
LogicalName iconbase64
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 51200

ImportSequenceNumber

Property Value
Description Sequence number of the import that created this record.
DisplayName Import Sequence Number
IsValidForForm False
IsValidForRead True
LogicalName importsequencenumber
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -2147483648

IsCustomizable

Property Value
Description For internal use only.
DisplayName Is Customizable
IsValidForForm False
IsValidForRead True
LogicalName iscustomizable
RequiredLevel SystemRequired
Type ManagedProperty

Language

Property Value
Description The language identifier (LCID) of this Copilot.
DisplayName Language
IsValidForForm True
IsValidForRead True
LogicalName language
RequiredLevel ApplicationRequired
Type Picklist
DefaultFormValue 1033
GlobalChoiceName bot_language

Language Choices/Options

Value Label
1025 Arabic
1028 Chinese (Traditional)
1029 Czech
1030 Danish
1031 German
1032 Greek
1033 English
1034 Spanish
1035 Finnish
1036 French
1040 Italian
1041 Japanese
1042 Korean
1043 Dutch
1044 Norwegian
1045 Polish
1046 Portuguese (Brazilian)
1049 Russian
1053 Swedish
1054 Thai
1055 Turkish
1057 Indonesian
1081 Hindi
2052 Chinese (Simplified)
2057 English (United Kingdom)
3081 English (Australia)
3084 French (Canada)
21514 Spanish (United States)

name

Property Value
Description The display name of the Copilot.
DisplayName Name
IsValidForForm True
IsValidForRead True
LogicalName name
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

OverriddenCreatedOn

Property Value
Description Date and time that the record was migrated.
DisplayName Record Created On
IsValidForForm False
IsValidForRead True
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateOnly
ImeMode Inactive
SourceTypeMask 0

OwnerId

Property Value
Description Owner Id
DisplayName Owner
IsValidForForm True
IsValidForRead True
LogicalName ownerid
RequiredLevel SystemRequired
Type Owner
Targets systemuser, team

OwnerIdType

Property Value
Description Owner Id Type
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

ProviderConnectionReferenceId

Property Value
Description Unique identifier for Connection Reference associated with Copilot.
DisplayName Provider connection reference
IsValidForForm True
IsValidForRead True
LogicalName providerconnectionreferenceid
RequiredLevel None
Type Lookup
Targets connectionreference

publishedby

Property Value
Description Unique identifier of the user who last published the bot.
DisplayName Published By
IsValidForForm True
IsValidForRead True
LogicalName publishedby
RequiredLevel None
Type Lookup
Targets systemuser

publishedon

Property Value
Description Date and time when the Copilot was last published
DisplayName Published On
IsValidForForm True
IsValidForRead True
LogicalName publishedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior True
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Auto
SourceTypeMask 0

RuntimeProvider

Property Value
Description
DisplayName Runtime provider
IsValidForForm True
IsValidForRead True
LogicalName runtimeprovider
RequiredLevel ApplicationRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName bot_runtimeprovider

RuntimeProvider Choices/Options

Value Label
0 Power Virtual Agents
1 Nuance Mix Shell

SchemaName

Property Value
Description Unique name identifying the Copilot.
DisplayName SchemaName
IsValidForForm True
IsValidForRead True
LogicalName schemaname
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

statecode

Property Value
Description Status of the Copilot
DisplayName Status
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State
DefaultFormValue
GlobalChoiceName bot_statecode

statecode Choices/Options

Value Details
0 Label: Active
DefaultStatus: 1
InvariantName: Active
1 Label: Inactive
DefaultStatus: 2
InvariantName: Inactive

statuscode

Property Value
Description Reason for the status of the Copilot
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status
DefaultFormValue
GlobalChoiceName bot_statuscode

statuscode Choices/Options

Value Details
1 Label: Provisioned
State:0
TransitionData:
<allowedtransitions xmlns="http://schemas.microsoft.com/crm/2009/WebServices"><allowedtransition sourcestatusid="1" tostatusid="5" /></allowedtransitions>
2 Label: Deprovisioned
State:1
TransitionData:
<allowedtransitions xmlns="http://schemas.microsoft.com/crm/2009/WebServices"><allowedtransition sourcestatusid="2" tostatusid="3" /></allowedtransitions>
3 Label: Provisioning
State:1
TransitionData:
<allowedtransitions xmlns="http://schemas.microsoft.com/crm/2009/WebServices"><allowedtransition sourcestatusid="3" tostatusid="1" /><allowedtransition sourcestatusid="3" tostatusid="4" /><allowedtransition sourcestatusid="3" tostatusid="5" /></allowedtransitions>
4 Label: ProvisionFailed
State:1
TransitionData:
<allowedtransitions xmlns="http://schemas.microsoft.com/crm/2009/WebServices"><allowedtransition sourcestatusid="4" tostatusid="3" /></allowedtransitions>
5 Label: MissingLicense
State:1
TransitionData:
<allowedtransitions xmlns="http://schemas.microsoft.com/crm/2009/WebServices"><allowedtransition sourcestatusid="5" tostatusid="1" /><allowedtransition sourcestatusid="5" tostatusid="3" /></allowedtransitions>

SupportedLanguages

Property Value
Description The list of supported languages by this bot
DisplayName Supported languages
IsValidForForm True
IsValidForRead True
LogicalName supportedlanguages
RequiredLevel None
Type MultiSelectPicklist
DefaultFormValue
GlobalChoiceName chatbotlanguage

SupportedLanguages Choices/Options

Value Label
1025 Arabic
1028 Chinese (Traditional)
1029 Czech
1030 Danish
1031 German
1032 Greek
1033 English
1034 Spanish
1035 Finnish
1036 French
1040 Italian
1041 Japanese
1042 Korean
1043 Dutch
1044 Norwegian
1045 Polish
1046 Portuguese (Brazilian)
1049 Russian
1053 Swedish
1054 Thai
1055 Turkish
1057 Indonesian
1081 Hindi
2052 Chinese (Simplified)
2057 English (United Kingdom)
3081 English (Australia)
3084 French (Canada)
21514 Spanish (United States)

SynchronizationStatus

Property Value
Description Used to store information about the synchronization operations of the bot
DisplayName SynchronizationStatus
IsValidForForm True
IsValidForRead True
LogicalName synchronizationstatus
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1048576

Template

Property Value
Description Used to identify the template and version used for the bot default content
DisplayName Template
IsValidForForm True
IsValidForRead True
LogicalName template
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

TimeZoneRuleVersionNumber

Property Value
Description For internal use only.
DisplayName Time Zone Rule Version Number
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -1

UTCConversionTimeZoneCode

Property Value
Description Time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -1

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.

ComponentIdUnique

Property Value
Description For internal use only.
DisplayName Row id unique
IsValidForForm False
IsValidForRead True
LogicalName componentidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

ComponentState

Property Value
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue
GlobalChoiceName componentstate

ComponentState Choices/Options

Value Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Property Value
Description Unique identifier of the user who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Type Lookup
Targets systemuser

CreatedOn

Property Value
Description Date and time when the record was created.
DisplayName Created On
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

CreatedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who created the record.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Type Lookup
Targets systemuser

IsManaged

Property Value
Description Indicates whether the solution component is part of a managed solution.
DisplayName Is Managed
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean
GlobalChoiceName ismanaged
DefaultValue False
True Label Managed
False Label Unmanaged

ModifiedBy

Property Value
Description Unique identifier of the user who modified the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Type Lookup
Targets systemuser

ModifiedOn

Property Value
Description Date and time when the record was modified.
DisplayName Modified On
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

ModifiedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who modified the record.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Type Lookup
Targets systemuser

OverwriteTime

Property Value
Description For internal use only.
DisplayName Record Overwrite Time
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

OwnerIdName

Property Value
Description Name of the owner
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridname
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

OwnerIdYomiName

Property Value
Description Yomi name of the owner
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

OwningBusinessUnit

Property Value
Description Unique identifier for the business unit that owns the record
DisplayName Owning Business Unit
IsValidForForm True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel None
Type Lookup
Targets businessunit

OwningTeam

Property Value
Description Unique identifier for the team that owns the record.
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Type Lookup
Targets team

OwningUser

Property Value
Description Unique identifier for the user that owns the record.
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Type Lookup
Targets systemuser

SolutionId

Property Value
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Property Value
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

VersionNumber

Property Value
Description Version Number
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
RequiredLevel None
Type BigInt
MaxValue 9223372036854775807
MinValue -9223372036854775808

Many-to-One relationships

These relationships are many-to-one. Listed by SchemaName.

bot_connectionreference

One-To-Many Relationship: connectionreference bot_connectionreference

Property Value
ReferencedEntity connectionreference
ReferencedAttribute connectionreferenceid
ReferencingAttribute providerconnectionreferenceid
ReferencingEntityNavigationPropertyName ProviderConnectionReferenceId
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

business_unit_bot

One-To-Many Relationship: businessunit business_unit_bot

Property Value
ReferencedEntity businessunit
ReferencedAttribute businessunitid
ReferencingAttribute owningbusinessunit
ReferencingEntityNavigationPropertyName owningbusinessunit
IsHierarchical
CascadeConfiguration Archive: Restrict
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_bot_createdby

One-To-Many Relationship: systemuser lk_bot_createdby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdby
ReferencingEntityNavigationPropertyName createdby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_bot_createdonbehalfby

One-To-Many Relationship: systemuser lk_bot_createdonbehalfby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdonbehalfby
ReferencingEntityNavigationPropertyName createdonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_bot_modifiedby

One-To-Many Relationship: systemuser lk_bot_modifiedby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedby
ReferencingEntityNavigationPropertyName modifiedby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_bot_modifiedonbehalfby

One-To-Many Relationship: systemuser lk_bot_modifiedonbehalfby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedonbehalfby
ReferencingEntityNavigationPropertyName modifiedonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

owner_bot

One-To-Many Relationship: owner owner_bot

Property Value
ReferencedEntity owner
ReferencedAttribute ownerid
ReferencingAttribute ownerid
ReferencingEntityNavigationPropertyName ownerid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

systemuser_bot_publishedby

One-To-Many Relationship: systemuser systemuser_bot_publishedby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute publishedby
ReferencingEntityNavigationPropertyName publishedby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

team_bot

One-To-Many Relationship: team team_bot

Property Value
ReferencedEntity team
ReferencedAttribute teamid
ReferencingAttribute owningteam
ReferencingEntityNavigationPropertyName owningteam
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

user_bot

One-To-Many Relationship: systemuser user_bot

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute owninguser
ReferencingEntityNavigationPropertyName owninguser
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

One-to-Many relationships

These relationships are one-to-many. Listed by SchemaName.

bot_AsyncOperations

Many-To-One Relationship: asyncoperation bot_AsyncOperations

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName bot_AsyncOperations
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

bot_BulkDeleteFailures

Many-To-One Relationship: bulkdeletefailure bot_BulkDeleteFailures

Property Value
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName bot_BulkDeleteFailures
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

bot_conversationtranscript

Many-To-One Relationship: conversationtranscript bot_conversationtranscript

Property Value
ReferencingEntity conversationtranscript
ReferencingAttribute bot_conversationtranscriptid
ReferencedEntityNavigationPropertyName bot_conversationtranscript
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

bot_MailboxTrackingFolders

Many-To-One Relationship: mailboxtrackingfolder bot_MailboxTrackingFolders

Property Value
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName bot_MailboxTrackingFolders
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

bot_PrincipalObjectAttributeAccesses

Many-To-One Relationship: principalobjectattributeaccess bot_PrincipalObjectAttributeAccesses

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
ReferencedEntityNavigationPropertyName bot_PrincipalObjectAttributeAccesses
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

bot_ProcessSession

Many-To-One Relationship: processsession bot_ProcessSession

Property Value
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName bot_ProcessSession
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

bot_SyncErrors

Many-To-One Relationship: syncerror bot_SyncErrors

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName bot_SyncErrors
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

botcomponent_parent_bot

Many-To-One Relationship: botcomponent botcomponent_parent_bot

Property Value
ReferencingEntity botcomponent
ReferencingAttribute parentbotid
ReferencedEntityNavigationPropertyName botcomponent_parent_bot
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

Many-to-Many relationships

These relationships are many-to-many. Listed by SchemaName.

bot_botcomponent

See botcomponent bot_botcomponent Many-To-Many Relationship

Property Value
IntersectEntityName bot_botcomponent
IsCustomizable False
SchemaName bot_botcomponent
IntersectAttribute botid
NavigationPropertyName bot_botcomponent
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

bot_botcomponentcollection

See botcomponentcollection bot_botcomponentcollection Many-To-Many Relationship

Property Value
IntersectEntityName bot_botcomponentcollection
IsCustomizable False
SchemaName bot_botcomponentcollection
IntersectAttribute botid
NavigationPropertyName bot_botcomponentcollection
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

bot_environmentvariabledefinition

See environmentvariabledefinition bot_environmentvariabledefinition Many-To-Many Relationship

Property Value
IntersectEntityName bot_environmentvariabledefinition
IsCustomizable False
SchemaName bot_environmentvariabledefinition
IntersectAttribute botid
NavigationPropertyName bot_environmentvariabledefinition
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

See also

Dataverse table/entity reference
Dataverse Web API Reference
bot