Referencia de tabla o entidad Chatbot (bot)

Nota

¿No está seguro de tabla frente a entidad? Vea Desarrolladores: comprender la terminología en Microsoft Dataverse.

Represents a Power Virtual Agents Chatbot. https://powerva.microsoft.com/

Añadido por: solución Power Virtual Agents

Mensajes

Mensaje Operación de API web Método o clase de SDK
Assign PATCH [org URI]/api/data/v9.0/bots(botid)
Actualizar propiedad ownerid.
AssignRequest
Create POST [org URI]/api/data/v9.0/bots
Vea Crear
CreateRequest o
Create
CreateMultiple CreateMultiple Action CreateMultipleRequest
Delete DELETE [org URI]/api/data/v9.0/bots(botid)
Vea Eliminar
DeleteRequest o
Delete
GrantAccess GrantAccess Action GrantAccessRequest
IsValidStateTransition IsValidStateTransition Function IsValidStateTransitionRequest
ModifyAccess ModifyAccess Action ModifyAccessRequest
PvaAuthorize PvaAuthorize Action Tipo generado por CrmSvcUtil.exe o use OrganizationRequest para configurar los parámetros necesarios para el mensaje.
PvaCreateBotComponents PvaCreateBotComponents Action Tipo generado por CrmSvcUtil.exe o use OrganizationRequest para configurar los parámetros necesarios para el mensaje.
PvaCreateContentSnapshot PvaCreateContentSnapshot Action Tipo generado por CrmSvcUtil.exe o use OrganizationRequest para configurar los parámetros necesarios para el mensaje.
PvaDeleteBot PvaDeleteBot Action Tipo generado por CrmSvcUtil.exe o use OrganizationRequest para configurar los parámetros necesarios para el mensaje.
PvaGetDirectLineEndpoint PvaGetDirectLineEndpoint Action Tipo generado por CrmSvcUtil.exe o use OrganizationRequest para configurar los parámetros necesarios para el mensaje.
PvaProvision PvaProvision Action Tipo generado por CrmSvcUtil.exe o use OrganizationRequest para configurar los parámetros necesarios para el mensaje.
PvaPublish PvaPublish Action Tipo generado por CrmSvcUtil.exe o use OrganizationRequest para configurar los parámetros necesarios para el mensaje.
PvaPublishStatus PvaPublishStatus Action Tipo generado por CrmSvcUtil.exe o use OrganizationRequest para configurar los parámetros necesarios para el mensaje.
Retrieve GET [org URI]/api/data/v9.0/bots(botid)
Vea Recuperar
RetrieveRequest o
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/bots
Vea Consultar datos
RetrieveMultipleRequest o
RetrieveMultiple
RetrievePrincipalAccess RetrievePrincipalAccess Function RetrievePrincipalAccessRequest
RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccess Function RetrieveSharedPrincipalsAndAccessRequest
RevokeAccess RevokeAccess Action RevokeAccessRequest
SetState PATCH [org URI]/api/data/v9.0/bots(botid)
Actualizar propiedades statecode y statuscode.
SetStateRequest
Update PATCH [org URI]/api/data/v9.0/bots(botid)
Vea Actualizar
UpdateRequest o
Update
UpdateMultiple UpdateMultiple Action UpdateMultipleRequest

Propiedades

Propiedad Valor
CollectionSchemaName bots
DisplayCollectionName Chatbots
DisplayName Chatbot
EntitySetName bots
IsBPFEntity False
LogicalCollectionName bots
LogicalName bot
OwnershipType UserOwned
PrimaryIdAttribute botid
PrimaryNameAttribute name
SchemaName bot

Columnas/atributos que se pueden escribir

Estas columnas o atributos devuelven true para IsValidForCreate o IsValidForUpdate (generalmente ambos). Listado por SchemaName.

accesscontrolpolicy

Propiedad Valor
Description Defines which users may interact with the bot.
DisplayName Access Control Policy
IsValidForForm True
IsValidForRead True
LogicalName accesscontrolpolicy
RequiredLevel ApplicationRequired
Type Picklist

Elecciones/opciones de accesscontrolpolicy

Valor Etiqueta Descripción
0 Any Any signed in user is allowed to interact with the bot.
1 Chatbot readers Authentication mode must be Integrated or Custom Azure Active Directory. User must have at least Read access to the Chatbot record.
2 Group membership Authentication mode must be Integrated or Custom Azure Active Directory. To interact with the bot, users must be member of one of the security groups configured in the Authorized Security Groups field OR have Read access to the Chatbot.

applicationmanifestinformation

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

authenticationconfiguration

Propiedad Valor
Description Stores information for the authentication configuration.
DisplayName Authentication Configuration Information
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName authenticationconfiguration
MaxLength 1048576
RequiredLevel None
Type Memo

authenticationmode

Propiedad Valor
Description Defines how the bot should be authenticated to the user.
DisplayName Authentication Mode
IsValidForForm True
IsValidForRead True
LogicalName authenticationmode
RequiredLevel ApplicationRequired
Type Picklist

Elecciones/opciones de authenticationmode

Valor Etiqueta Descripción
0 Unspecified Chatbot was created before the introduction of this field. The mode is either 'None' if no authentication was configured, or 'Generic OAuth2' if the bot had an authentication node.
1 None The chatbot does not require authentication.
2 Integrated Authentication uses integrated Azure AD configuration. Supports security group access control. The bot has access to the UserId and UserDisplayName variables and will be able to invoke Flows on behalf of the end user. No additional configuration required.
3 Custom Azure Active Directory Provide a custom Azure AD application. Supports security group access control. The bot has access to the IsLoggedIn, AuthToken, UserId and UserDisplayName variables and will be able to invoke Flows on behalf of the user. Skills can leverage the auth token
4 Generic OAuth2 A custom OAuth provider is configured. The chatbot will have access to the IsLoggedIn and AuthToken variables.

authenticationtrigger

Propiedad Valor
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

Elecciones/opciones de authenticationtrigger

Valor Etiqueta Descripción
0 As Needed Sign in happens when the bot reaches an authentication node or when an action requires user authentication.
1 Always Sign-in happens when the conversation starts and any time a token expires.

authorizedsecuritygroupids

Propiedad Valor
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
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName authorizedsecuritygroupids
MaxLength 739
RequiredLevel None
Type String

botId

Propiedad Valor
Description Unique identifier of the Chatbot.
DisplayName Bot
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName botid
RequiredLevel SystemRequired
Type Uniqueidentifier

Configuration

Propiedad Valor
Description Used to store content of bot configuration data.
DisplayName Configuration
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName configuration
MaxLength 1048576
RequiredLevel None
Type Memo

iconbase64

Propiedad Valor
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)
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName iconbase64
MaxLength 51200
RequiredLevel None
Type Memo

ImportSequenceNumber

Añadido por: solución Basic Solution

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

IsCustomizable

Añadido por: solución Basic Solution

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

Language

Propiedad Valor
Description The language identifier (LCID) of this Chatbot.
DisplayName Language
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName language
RequiredLevel ApplicationRequired
Type Picklist

Elecciones/opciones de Language

Valor Etiqueta Descripción
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)

name

Propiedad Valor
Description The display name of the Chatbot.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName name
MaxLength 100
RequiredLevel None
Type String

OverriddenCreatedOn

Propiedad Valor
DateTimeBehavior UserLocal
Description Date and time that the record was migrated.
DisplayName Record Created On
Format DateOnly
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime

OwnerId

Añadido por: solución Active Solution

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

OwnerIdType

Añadido por: solución Active Solution

Propiedad Valor
Description Owner Id Type
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

ProviderConnectionReferenceId

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

publishedby

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

publishedon

Propiedad Valor
DateTimeBehavior UserLocal
Description Date and time when the Chatbot was last published
DisplayName Published On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName publishedon
RequiredLevel None
Type DateTime

RuntimeProvider

Propiedad Valor
Description
DisplayName Runtime provider
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName runtimeprovider
RequiredLevel ApplicationRequired
Type Picklist

Elecciones/opciones de RuntimeProvider

Valor Etiqueta Descripción
0 Power Virtual Agents
1 Nuance Mix Shell

SchemaName

Propiedad Valor
Description Unique name identifying the Chatbot.
DisplayName SchemaName
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName schemaname
MaxLength 100
RequiredLevel SystemRequired
Type String

statecode

Propiedad Valor
Description Status of the Chatbot
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

Elecciones/opciones de statecode

Valor Etiqueta Estado predeterminado Nombre invariable
0 Active 1 Active
1 Inactive 2 Inactive

statuscode

Propiedad Valor
Description Reason for the status of the Chatbot
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

Elecciones/opciones de statuscode

Valor Etiqueta Estado
1 Provisioned 0
2 Deprovisioned 1
3 Provisioning 1
4 ProvisionFailed 1
5 MissingLicense 1

SupportedLanguages

Propiedad Valor
Description The list of supported languages by this bot
DisplayName Supported languages
IsValidForForm True
IsValidForRead True
LogicalName supportedlanguages
RequiredLevel None
Type MultiSelectPicklist

Elecciones/opciones de SupportedLanguages

Valor Etiqueta Descripción
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)

SynchronizationStatus

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

Template

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

TimeZoneRuleVersionNumber

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

UTCConversionTimeZoneCode

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

Columnas/atributos de sólo lectura

Estas columnas o atributos devuelven false tanto para IsValidForCreate como para IsValidForUpdate. Listado por SchemaName.

ComponentIdUnique

Añadido por: solución Basic Solution

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

ComponentState

Añadido por: solución Basic Solution

Propiedad Valor
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

Elecciones/opciones de ComponentState

Valor Etiqueta Descripción
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Añadido por: solución Active Solution

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

CreatedByName

Añadido por: solución Active Solution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

Añadido por: solución Active Solution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

CreatedOn

Propiedad Valor
DateTimeBehavior UserLocal
Description Date and time when the record was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Añadido por: solución Active Solution

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

CreatedOnBehalfByName

Añadido por: solución Active Solution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Añadido por: solución Active Solution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

IsManaged

Añadido por: solución Basic Solution

Propiedad Valor
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

Elecciones/opciones de IsManaged

Valor Etiqueta Descripción
1 Managed
0 Unmanaged

Valor predeterminado: 0

ModifiedBy

Añadido por: solución Active Solution

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

ModifiedByName

Añadido por: solución Active Solution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedByYomiName

Añadido por: solución Active Solution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

ModifiedOn

Propiedad Valor
DateTimeBehavior UserLocal
Description Date and time when the record was modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

Añadido por: solución Active Solution

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

ModifiedOnBehalfByName

Añadido por: solución Active Solution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Añadido por: solución Active Solution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OverwriteTime

Añadido por: solución Basic Solution

Propiedad Valor
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

OwnerIdName

Añadido por: solución Active Solution

Propiedad Valor
Description Name of the owner
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwnerIdYomiName

Añadido por: solución Active Solution

Propiedad Valor
Description Yomi name of the owner
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningBusinessUnit

Añadido por: solución Active Solution

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

OwningBusinessUnitName

Añadido por: solución Active Solution

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName owningbusinessunitname
MaxLength 100
RequiredLevel SystemRequired
Type String

OwningTeam

Añadido por: solución Active Solution

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

OwningUser

Añadido por: solución Active Solution

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

ProviderConnectionReferenceIdName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName providerconnectionreferenceidname
MaxLength 200
RequiredLevel None
Type String

publishedbyName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName publishedbyname
MaxLength 200
RequiredLevel None
Type String

publishedbyYomiName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName publishedbyyominame
MaxLength 200
RequiredLevel None
Type String

SolutionId

Añadido por: solución Basic Solution

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

SupportingSolutionId

Añadido por: solución Basic Solution

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

VersionNumber

Añadido por: solución Active Solution

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

Relaciones de uno a varios

Listado por SchemaName.

bot_SyncErrors

Añadido por: solución System Solution

Igual que la relación de varios a uno bot_SyncErrors de la tabla syncerror.

Propiedad Valor
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_SyncErrors
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_AsyncOperations

Añadido por: solución System Solution

Igual que la relación de varios a uno bot_AsyncOperations de la tabla asyncoperation.

Propiedad Valor
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_AsyncOperations
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_MailboxTrackingFolders

Añadido por: solución System Solution

Igual que la relación de varios a uno bot_MailboxTrackingFolders de la tabla mailboxtrackingfolder.

Propiedad Valor
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_MailboxTrackingFolders
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_ProcessSession

Añadido por: solución System Solution

Igual que la relación de varios a uno bot_ProcessSession de la tabla processsession.

Propiedad Valor
ReferencingEntity processsession
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_ProcessSession
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_BulkDeleteFailures

Añadido por: solución System Solution

Igual que la relación de varios a uno bot_BulkDeleteFailures de la tabla bulkdeletefailure.

Propiedad Valor
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_BulkDeleteFailures
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_PrincipalObjectAttributeAccesses

Añadido por: solución System Solution

Igual que la relación de varios a uno bot_PrincipalObjectAttributeAccesses de la tabla principalobjectattributeaccess.

Propiedad Valor
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
IsHierarchical False
IsCustomizable True
ReferencedEntityNavigationPropertyName bot_PrincipalObjectAttributeAccesses
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

botcomponent_parent_bot

Igual que la relación de varios a uno botcomponent_parent_bot de la tabla botcomponent.

Propiedad Valor
ReferencingEntity botcomponent
ReferencingAttribute parentbotid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName botcomponent_parent_bot
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

bot_conversationtranscript

Igual que la relación de varios a uno bot_conversationtranscript de la tabla conversationtranscript.

Propiedad Valor
ReferencingEntity conversationtranscript
ReferencingAttribute bot_conversationtranscriptid
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName bot_conversationtranscript
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000
CascadeConfiguration Assign: Cascade
Delete: RemoveLink
Merge: NoCascade
Reparent: Cascade
Share: Cascade
Unshare: Cascade

Relaciones de varios a uno

Cada relación de varios a uno se define mediante una relación de uno a varios correspondiente con la tabla relacionada. Listado por SchemaName.

lk_bot_createdby

Añadido por: solución System Solution

Consulte la relación de uno a varios lk_bot_createdby de la tabla systemuser.

lk_bot_createdonbehalfby

Añadido por: solución System Solution

Consulte la relación de uno a varios lk_bot_createdonbehalfby de la tabla systemuser.

lk_bot_modifiedby

Añadido por: solución System Solution

Consulte la relación de uno a varios lk_bot_modifiedby de la tabla systemuser.

lk_bot_modifiedonbehalfby

Añadido por: solución System Solution

Consulte la relación de uno a varios lk_bot_modifiedonbehalfby de la tabla systemuser.

user_bot

Añadido por: solución System Solution

Consulte la relación de uno a varios user_bot de la tabla systemuser.

team_bot

Añadido por: solución System Solution

Consulte la relación de uno a varios team_bot de la tabla team.

business_unit_bot

Añadido por: solución System Solution

Consulte la relación de uno a varios business_unit_bot de la tabla businessunit.

bot_connectionreference

Añadido por: solución Power Platform Connection References

Consulte la relación de uno a varios bot_connectionreference de la tabla connectionreference.

systemuser_bot_publishedby

Añadido por: solución System Solution

Consulte la relación de uno a varios systemuser_bot_publishedby de la tabla systemuser.

Relaciones de varios a varios

Los detalles de la relación proporcionados cuando la tabla bot es la primera tabla de la relación. Listado por SchemaName.

bot_botcomponent

IntersectEntityName: bot_botcomponent

Tabla 1

Propiedad Valor
IntersectAttribute botid
IsCustomizable False
LogicalName bot
NavigationPropertyName bot_botcomponent
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

Tabla 2

Propiedad Valor
LogicalName botcomponent
IntersectAttribute botcomponentid
NavigationPropertyName bot_botcomponent
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

bot_environmentvariabledefinition

IntersectEntityName: bot_environmentvariabledefinition

Tabla 1

Propiedad Valor
IntersectAttribute botid
IsCustomizable False
LogicalName bot
NavigationPropertyName bot_environmentvariabledefinition
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

Tabla 2

Propiedad Valor
LogicalName environmentvariabledefinition
IntersectAttribute environmentvariabledefinitionid
NavigationPropertyName bot_environmentvariabledefinition
AssociatedMenuConfiguration Behavior: UseCollectionName
Group: Details
Label:
Order: 10000

Consultar también

Referencia de tabla o entidad de Dataverse Referencia de la API web bot EntityType